[Koha-bugs] [Bug 11634] Allow renewal of item with unfilled holds if other available items can fill those holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 12 16:48:06 CET 2014


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

--- Comment #42 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 33492
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33492
Bug 11634 [QA Followup] - Make unit tests pass

Review of attachment 33492:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11634&attachment=33492)
-----------------------------------------------------------------

::: Koha/DateUtils.pm
@@ +128,4 @@
>      my $pref =
>        defined $force_pref ? $force_pref : C4::Context->preference('dateformat');
>  
> +    my $time_format = $force_time || C4::Context->preference('TimeFormat') || q{};

Hum, why? I am not sure it is a good idea to consider that TimeFormat can be
'', 0 or undef.

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


More information about the Koha-bugs mailing list