Merge pull request #37605 from blaggacao/fix/rename-dt-fetch-stop-link-action

fix(delivery): rename dt fetch stop action
This commit is contained in:
s-aga-r 2023-10-20 16:08:44 +05:30 committed by GitHub
commit 530922848f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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