mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 16:56:57 +00:00
Merge pull request #21439 from ruchamahabal/fix-delivery-trip
fix: Delivery Trip Form not Loading
This commit is contained in:
@@ -95,8 +95,6 @@ frappe.ui.form.on('Delivery Trip', {
|
||||
};
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
optimize_route: function (frm) {
|
||||
if (!frm.doc.driver_address) {
|
||||
frappe.throw(__("Cannot Optimize Route as Driver Address is Missing."));
|
||||
|
||||
Reference in New Issue
Block a user