https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718
--- Comment #92 from Marcel de Rooy <[email protected]> --- git grep Date_from_syspref koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc: original_date = Date_from_syspref( original_date ).getTime(); koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt: var pdate = Date_from_syspref($(this).text()).getTime(); koha-tmpl/intranet-tmpl/prog/js/calendar.js:function Date_from_syspref(dstring) { koha-tmpl/intranet-tmpl/prog/js/calendar.js: alert("Date_from_syspref(" + dstring + ") splits to:\n" + dateX.join("\n")); koha-tmpl/intranet-tmpl/prog/js/calendar.js: var datetime = Date_from_syspref(date); koha-tmpl/intranet-tmpl/prog/js/calendar.js: var from = Date_from_syspref($(params).val()); koha-tmpl/intranet-tmpl/prog/js/calendar.js: var to = Date_from_syspref(value); koha-tmpl/intranet-tmpl/prog/js/calendar.js: var from = Date_from_syspref($(params).val()); koha-tmpl/intranet-tmpl/prog/js/calendar.js: var to = Date_from_syspref(value); -- 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/
