Merge pull request #22085 from MyuddinKhatri/purchase-receipt-v13

fix(stock): create purchase invoice from purchase receipt dashboard
This commit is contained in:
Deepesh Garg 2020-06-03 13:37:06 +05:30 committed by GitHub
commit fcf19f957e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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