fix: sales invoice add button on sales order dashboard

This commit is contained in:
pateljannat
2020-12-08 12:04:56 +05:30
parent af29bde0e8
commit 4fe48a30c4

View File

@@ -8,7 +8,7 @@ frappe.ui.form.on("Sales Order", {
frm.custom_make_buttons = {
'Delivery Note': 'Delivery Note',
'Pick List': 'Pick List',
'Sales Invoice': 'Invoice',
'Sales Invoice': 'Sales Invoice',
'Material Request': 'Material Request',
'Purchase Order': 'Purchase Order',
'Project': 'Project',