https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41568
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #73 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #72) > Created attachment 196532 [details] [review] > Bug 41568: (follow-up) Tidy kohaTable - circ/circulation_batch_checkouts.tt > > Patch from commit ded4dd9 There was an extra quote! The patch is doing this change: - duedatespec_fp.setDate("today_due_date_and_time); - duedatespec_fp.setDate(today_due_date_and_time); And the tidy. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
