Skip to content

Commit

Permalink
Merge pull request #37605 from blaggacao/fix/rename-dt-fetch-stop-lin…
Browse files Browse the repository at this point in the history
…k-action

fix(delivery): rename dt fetch stop action
  • Loading branch information
s-aga-r authored Oct 20, 2023
2 parents ce7ac29 + 79d51a0 commit 5309228
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 5309228

Please sign in to comment.