chore: add option for "Subcontracting Receipt" in "Voucher Type"
This commit is contained in:
parent
f8c11847bb
commit
f92f3e0208
@ -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']]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user