chore: add option for "Subcontracting Receipt" in "Voucher Type"

This commit is contained in:
Sagar Sharma 2022-08-19 20:52:26 +05:30
parent f8c11847bb
commit f92f3e0208

View File

@ -15,7 +15,7 @@ frappe.ui.form.on('Repost Item Valuation', {
return {
filters: {
name: ['in', ['Purchase Receipt', 'Purchase Invoice', 'Delivery Note',
'Sales Invoice', 'Stock Entry', 'Stock Reconciliation']]
'Sales Invoice', 'Stock Entry', 'Stock Reconciliation', 'Subcontracting Receipt']]
}
};
});