Merge pull request #37605 from blaggacao/fix/rename-dt-fetch-stop-link-action

fix(delivery): rename dt fetch stop action
This commit is contained in:
s-aga-r
2023-10-20 16:08:44 +05:30
committed by GitHub

View File

@@ -62,7 +62,7 @@ frappe.ui.form.on('Delivery Trip', {
company: frm.doc.company, company: frm.doc.company,
} }
}) })
}, __("Get customers from")); }, __("Get stops from"));
} }
}, },