fix(delivery note): change the text invoice to sales invoice on make button (#18658)
This commit is contained in:
parent
af969d664f
commit
1c728a7cf8
@ -197,7 +197,7 @@ erpnext.stock.DeliveryNoteController = erpnext.selling.SellingController.extend(
|
|||||||
});
|
});
|
||||||
|
|
||||||
if(!from_sales_invoice) {
|
if(!from_sales_invoice) {
|
||||||
this.frm.add_custom_button(__('Invoice'), function() { me.make_sales_invoice() },
|
this.frm.add_custom_button(__('Sales Invoice'), function() { me.make_sales_invoice() },
|
||||||
__('Create'));
|
__('Create'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user