commit | 79d51a0a0b685909371e9bda68d9702fb287c53e | [log] [tgz] |
---|---|---|
author | David Arnold <dgx.arnold@gmail.com> | Fri Oct 20 12:31:46 2023 +0200 |
committer | David Arnold <dgx.arnold@gmail.com> | Fri Oct 20 12:31:46 2023 +0200 |
tree | c10d4890fd954a7320cb7891ace058218a619559 | |
parent | 40cdde88202b62464284477bed1589c8d51f0a1c [diff] |
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")); } },