mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
[cleanup] #402 changed fieldname company_name to company in Cost Center
This commit is contained in:
@@ -310,7 +310,7 @@ erpnext.AccountsChart = Class.extend({
|
||||
var node = me.selected_node();
|
||||
|
||||
v.parent_cost_center = node.data('label');
|
||||
v.company_name = me.company;
|
||||
v.company = me.company;
|
||||
|
||||
wn.call({
|
||||
args: v,
|
||||
|
||||
Reference in New Issue
Block a user