[Koha-bugs] [Bug 35341] Circulation rule dates are being overwritten

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 11 15:09:13 CET 2024


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

--- Comment #34 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Marcel de Rooy from comment #33)
> Wondering if we really need this btw, but it should not harm either:
> 
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc
> b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc
> index f027552053..076820873b 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc
> +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc
> @@ -200,6 +200,7 @@
>                  fp.set("maxDate", now.setMinutes(now.getMinutes() + 1));
>              }, 30000);
>          }
> +        return fp;
>      }
> 
>      $(document).ready(function(){

No we don't, I was trying something else.

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


More information about the Koha-bugs mailing list