Skip to content

Commit

Permalink
fix(delivery): rename dt fetch stop action (backport #37605) (#37606)
Browse files Browse the repository at this point in the history
fix(delivery): rename dt fetch stop action

(cherry picked from commit 79d51a0)

Co-authored-by: David Arnold <dgx.arnold@gmail.com>
mergify[bot] and blaggacao authored Oct 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e1504ef commit 8660faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/stock/doctype/delivery_trip/delivery_trip.js
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ frappe.ui.form.on('Delivery Trip', {
company: frm.doc.company,
}
})
}, __("Get customers from"));
}, __("Get stops from"));
}
},

0 comments on commit 8660faa

Please sign in to comment.