Removed from Stock Entry

This commit is contained in:
Valmik Jangla
2016-03-03 15:52:37 +05:30
committed by Anand Doshi
parent 57b69cecbf
commit 319bbad4d4
7 changed files with 113 additions and 43 deletions

View File

@@ -188,7 +188,6 @@ class StockController(AccountsController):
"stock_uom": frappe.db.get_value("Item", args.get("item_code") or d.get("item_code"), "stock_uom"),
"incoming_rate": 0,
"company": self.company,
"fiscal_year": self.fiscal_year,
"batch_no": cstr(d.get("batch_no")).strip(),
"serial_no": d.get("serial_no"),
"project": d.get("project_name"),