commit | 1b05ed042f5f9fc163d92b47fc8e1e03412806f4 | [log] [tgz] |
---|---|---|
author | Himanshu Warekar <himanshuwarekar@yahoo.com> | Tue Mar 26 20:25:54 2019 +0530 |
committer | Himanshu Warekar <himanshuwarekar@yahoo.com> | Tue Mar 26 20:25:54 2019 +0530 |
tree | 4d328d0c61b25fa1d3f586f525dfc98fbbf979e9 | |
parent | 7779bb38398f50f8a8458a5251b5da09d5bbe992 [diff] |
Cost Center as per company
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js index ac2ce8e..6ca31e7 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
@@ -468,7 +468,7 @@ cur_frm.cscript.cost_center = function(doc, cdt, cdn){ var d = locals[cdt][cdn]; - if(d.idx == 1 && d.cost_center){ + if(d.cost_center){ var cl = doc.items || []; for(var i = 0; i < cl.length; i++){ if(!cl[i].cost_center) cl[i].cost_center = d.cost_center;