http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11222 Bug ID: 11222 Summary: A regression on label-item-search.pl done by Bug 9239 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Label printing Assignee: cnighswonger@foundations.edu Reporter: z.tajoli@cineca.it QA Contact: testopia@bugs.koha-community.org Hi to all, the commit http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=144c7f4e4e023f7a... for bug 9239 insert a regression on the search of items in print labels. In fact it an error only in one line, line 100. The patch is: - $ccl_query .= "acqdate,st-date-normalized,le=" . $datefrom->output("iso"); + $ccl_query .= "acqdate,st-date-normalized,le=" . $dateto->output("iso"); -- You are receiving this mail because: You are watching all bug changes.