Renamed project_name to project

This commit is contained in:
Neil Trini Lasrado
2016-03-09 17:02:59 +05:30
parent 2c70238fbb
commit 6e343e23d9
58 changed files with 396 additions and 155 deletions

View File

@@ -192,7 +192,7 @@ class StockController(AccountsController):
"company": self.company,
"batch_no": cstr(d.get("batch_no")).strip(),
"serial_no": d.get("serial_no"),
"project": d.get("project_name"),
"project": d.get("project"),
"is_cancelled": self.docstatus==2 and "Yes" or "No"
})