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 27824cfe6a
commit 9276d16420

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() {