Skip to content

Commit

Permalink
fix: args when get the delivery note in delivery trip
Browse files Browse the repository at this point in the history
(cherry picked from commit ca577f7)
  • Loading branch information
Nihantra-Patel authored and mergify[bot] committed Apr 26, 2024
1 parent e9acacd commit 61d6838
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 @@ -51,7 +51,7 @@ frappe.ui.form.on("Delivery Trip", {
frm.add_custom_button(
__("Delivery Note"),
() => {
frm.clear_table('delivery_stops');
frm.clear_table("delivery_stops");
erpnext.utils.map_current_doc({
method: "erpnext.stock.doctype.delivery_note.delivery_note.make_delivery_trip",
source_doctype: "Delivery Note",
Expand Down

0 comments on commit 61d6838

Please sign in to comment.