[Koha-bugs] [Bug 16780] Specify due date always sets time as AM when using 12 hour time format

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 23 17:05:09 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16780

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |14903

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comes from
  165 $duedatespec = eval { output_pref( { dt => dt_from_string( $duedatespec
), dateformat => 'iso' }); }
  166     if ( $duedatespec );

Introduced by
  commit 421fae24f1cdcbe0ccc18de784454d0ca07ebe90
    Bug 14903: Remove C4::Dates from circ/circulation.pl (and more)


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14903
[Bug 14903] Remove C4::Dates from circ/circulation.pl
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list