Replace 'Make' with 'Create'

This commit is contained in:
Suraj Shetty
2018-12-23 13:25:58 +05:30
parent 27c37e1b77
commit b2965001d1
43 changed files with 160 additions and 160 deletions

View File

@@ -4,7 +4,7 @@
frappe.ui.form.on('Hotel Room Reservation', {
refresh: function(frm) {
if(frm.doc.docstatus == 1){
frm.add_custom_button(__("Make Invoice"), ()=> {
frm.add_custom_button(__('Create Invoice'), ()=> {
frm.trigger("make_invoice");
});
}