[Koha-bugs] [Bug 13813] Remove deprecated module C4::Dates from system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 13 14:00:52 CEST 2015


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

--- Comment #58 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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.


More information about the Koha-bugs mailing list