http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10067
--- Comment #32 from Jonathan Druart <[email protected]> --- (In reply to Eivin Giske Skaaren from comment #31) > Hi Jonathan, > > Yes there is a reason for that bit of code being outside of that block. > > It needs to be executed before the $template->param() that comes directly > after on line 530. Yes but you can move the existing block before the $template->param :) So that the stickyduedate value is set to the session at only 1 place in the script. -- 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/
