Merge pull request #22085 from MyuddinKhatri/purchase-receipt-v13
fix(stock): create purchase invoice from purchase receipt dashboard
This commit is contained in:
commit
fcf19f957e
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user