mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Merge branch 'master' of github.com:webnotes/erpnext into responsive
This commit is contained in:
@@ -415,6 +415,7 @@ class DocType(BuyingController):
|
|||||||
d.account_head = other['account_head']
|
d.account_head = other['account_head']
|
||||||
d.rate = flt(other['rate'])
|
d.rate = flt(other['rate'])
|
||||||
d.tax_amount = flt(other['tax_amount'])
|
d.tax_amount = flt(other['tax_amount'])
|
||||||
|
d.cost_center = other["cost_center"]
|
||||||
d.idx = idx
|
d.idx = idx
|
||||||
idx += 1
|
idx += 1
|
||||||
return obj.doclist
|
return obj.doclist
|
||||||
|
|||||||
Reference in New Issue
Block a user