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

@@ -186,7 +186,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
ignore_pricing_rule: me.frm.doc.ignore_pricing_rule,
doctype: me.frm.doc.doctype,
name: me.frm.doc.name,
project_name: item.project_name || me.frm.doc.project_name,
project: item.project || me.frm.doc.project,
qty: item.qty
}
},