frappe/frappe#478 erpnext install works

This commit is contained in:
Rushabh Mehta
2014-04-02 18:09:34 +05:30
parent 943e614810
commit f191f854cd
55 changed files with 165 additions and 167 deletions

View File

@@ -90,7 +90,7 @@ class StockController(AccountsController):
warehouse_account = get_warehouse_account()
if hasattr(self, "fname"):
item_doclist = self.doclist.get({"parentfield": self.fname})
item_doclist = self.get(self.fname)
elif self.doctype == "Stock Reconciliation":
import json
item_doclist = []