landed cost voucher minor fix

This commit is contained in:
nabinhait 2014-07-29 11:26:52 +05:30 committed by Nabin Hait
parent cfd1b10980
commit 98e7dcfe2c

View File

@ -24,7 +24,7 @@ erpnext.stock.LandedCostVoucher = erpnext.stock.StockController.extend({
return {
filters:[
['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]
]
}