[Koha-bugs] [Bug 11222] New: A regression on label-item-search.pl done by Bug 9239

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 8 18:05:46 CET 2013


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 at foundations.edu
          Reporter: z.tajoli at cineca.it
        QA Contact: testopia at bugs.koha-community.org

Hi to all,

the commit
http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=144c7f4e4e023f7a701a1e58524409628295343b
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.


More information about the Koha-bugs mailing list