Merge pull request #24081 from pateljannat/sales-invoice-from-sales-order-v12

fix: sales invoice add button on sales order dashboard
This commit is contained in:
Marica
2020-12-10 20:09:20 +05:30
committed by GitHub

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',