mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
chore: add option for "Subcontracting Receipt" in "Voucher Type"
This commit is contained in:
@@ -15,7 +15,7 @@ frappe.ui.form.on('Repost Item Valuation', {
|
|||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
name: ['in', ['Purchase Receipt', 'Purchase Invoice', 'Delivery Note',
|
name: ['in', ['Purchase Receipt', 'Purchase Invoice', 'Delivery Note',
|
||||||
'Sales Invoice', 'Stock Entry', 'Stock Reconciliation']]
|
'Sales Invoice', 'Stock Entry', 'Stock Reconciliation', 'Subcontracting Receipt']]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user