mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
fix: Conflicts
This commit is contained in:
@@ -50,14 +50,6 @@ frappe.ui.form.on('Maintenance Visit', {
|
||||
frm.set_value({ status: 'Draft' });
|
||||
}
|
||||
if (frm.doc.__islocal) {
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
frm.doc.maintenance_type == 'Unscheduled' && frm.clear_table("purposes");
|
||||
=======
|
||||
frm.clear_table("purposes");
|
||||
>>>>>>> 4f52b86d7e (refactor: update_serial_no function and code cleanup)
|
||||
=======
|
||||
>>>>>>> b98c61f2a7 (refactor: moved purpose table mandatory check to server)
|
||||
frm.set_value({ mntc_date: frappe.datetime.get_today() });
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user