http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13813
--- Comment #58 from Jonathan Druart <[email protected]> --- Comment on attachment 36836 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36836 Bug 13813 - Remove C4::Dates from PDF templates in acquisitions Review of attachment 36836: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13813&attachment=36836) ----------------------------------------------------------------- ::: acqui/pdfformat/layout2pages.pm @@ +171,4 @@ > $text->text($basketgroup->{'id'}); > > # print the date > + my $today = output_pref({ dt=>DateTime->now(), dateonly=>1 }); Should be output_pref({ dt => dt_from_string, dateonly => 1 }); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
