landed cost voucher minor fix
diff --git a/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js b/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js
index 6101074..042011a 100644
--- a/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js
+++ b/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js
@@ -24,7 +24,7 @@
 				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]
 					]
 				}