Skip to content

Commit

Permalink
fix(delivery): rename dt fetch stop action
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 20, 2023
1 parent 40cdde8 commit 79d51a0
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 79d51a0

Please sign in to comment.