[Koha-bugs] [Bug 14624] New: <<items.content>> for advance_notices.pl wrongly documented

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 31 09:57:28 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14624

            Bug ID: 14624
           Summary: <<items.content>> for advance_notices.pl wrongly
                    documented
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: gmcharlt at gmail.com
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

Dokumentation states:
143 =item E<lt>E<lt>items.contentE<gt>E<gt>
144
145 one line for each item, each line containing a tab separated list of
146 title, author, barcode, issuedate

Code states:
170 my $itemscontent = join(',',qw( date_due title author barcode ));

They don't match!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list