Merge pull request #21439 from ruchamahabal/fix-delivery-trip

fix: Delivery Trip Form not Loading
This commit is contained in:
rohitwaghchaure 2020-04-27 12:33:23 +05:30 committed by GitHub
commit cf86921edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."));