mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
landed cost voucher minor fix
This commit is contained in:
@@ -24,7 +24,7 @@ erpnext.stock.LandedCostVoucher = erpnext.stock.StockController.extend({
|
|||||||
return {
|
return {
|
||||||
filters:[
|
filters:[
|
||||||
['Account', 'group_or_ledger', '=', 'Ledger'],
|
['Account', 'group_or_ledger', '=', 'Ledger'],
|
||||||
['Account', 'account_type', 'in', ['Tax', 'Chargeable']],
|
['Account', 'account_type', 'in', ['Tax', 'Chargeable', 'Expense Account']],
|
||||||
['Account', 'company', '=', me.frm.doc.company]
|
['Account', 'company', '=', me.frm.doc.company]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user