Skip to content

Commit

Permalink
fix(delivery): rename dt fetch stop action (backport #37605) (#37607)
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 <[email protected]>
  • Loading branch information
mergify[bot] and blaggacao authored Oct 20, 2023
1 parent 777c1dd commit fa5c75f
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
Expand Up @@ -62,7 +62,7 @@ frappe.ui.form.on('Delivery Trip', {
company: frm.doc.company,
}
})
}, __("Get customers from"));
}, __("Get stops from"));
}
},

Expand Down

0 comments on commit fa5c75f

Please sign in to comment.