fix(stock): able to create purchase invoice from purchase receipt dashboard

able to create purchase invoice from purchase receipt dashboard
This commit is contained in:
Myuddin khatri
2020-06-03 11:14:49 +05:30
parent 5448be6f34
commit 99f5ece31c

View File

@@ -25,7 +25,7 @@ frappe.ui.form.on("Purchase Receipt", {
frm.custom_make_buttons = {
'Stock Entry': 'Return',
'Purchase Invoice': 'Invoice'
'Purchase Invoice': 'Purchase Invoice'
};
frm.set_query("expense_account", "items", function() {