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@gmail.com Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: robin@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.