mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
remove: commented code
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
// frappe.ui.form.on('Availability Of Slots', 'from_time', check_time)
|
|
||||||
// frappe.ui.form.on('Availability Of Slots', 'to_time', check_time)
|
|
||||||
|
|
||||||
frappe.ui.form.on('Appointment Booking Settings', 'validate',check_times);
|
frappe.ui.form.on('Appointment Booking Settings', 'validate',check_times);
|
||||||
function check_times(frm) {
|
function check_times(frm) {
|
||||||
$.each(frm.doc.availability_of_slots || [], function (i, d) {
|
$.each(frm.doc.availability_of_slots || [], function (i, d) {
|
||||||
|
|||||||
Reference in New Issue
Block a user