commit | 530922848f28837388c234693a7615aed8960d37 | [log] [tgz] |
---|---|---|
author | s-aga-r <sagarsharma.s312@gmail.com> | Fri Oct 20 16:08:44 2023 +0530 |
committer | GitHub <noreply@github.com> | Fri Oct 20 16:08:44 2023 +0530 |
tree | e0f960afb017cc854ae84ed0b1093b3659c18a41 | |
parent | ce7ac29d060833faefee24c7e1eaebacda983a20 [diff] | |
parent | 79d51a0a0b685909371e9bda68d9702fb287c53e [diff] |
Merge pull request #37605 from blaggacao/fix/rename-dt-fetch-stop-link-action fix(delivery): rename dt fetch stop action
diff --git a/erpnext/stock/doctype/delivery_trip/delivery_trip.js b/erpnext/stock/doctype/delivery_trip/delivery_trip.js index de503dc..4a72d77 100755 --- a/erpnext/stock/doctype/delivery_trip/delivery_trip.js +++ b/erpnext/stock/doctype/delivery_trip/delivery_trip.js
@@ -62,7 +62,7 @@ company: frm.doc.company, } }) - }, __("Get customers from")); + }, __("Get stops from")); } },