fix(delivery): rename dt fetch stop action

This commit is contained in:
David Arnold 2023-10-20 12:31:46 +02:00
parent 40cdde8820
commit 79d51a0a0b
No known key found for this signature in database
GPG Key ID: AB15A6AF1101390D

View File

@ -62,7 +62,7 @@ frappe.ui.form.on('Delivery Trip', {
company: frm.doc.company, company: frm.doc.company,
} }
}) })
}, __("Get customers from")); }, __("Get stops from"));
} }
}, },