fix: trailling spaces removed
This commit is contained in:
parent
403822afb3
commit
5b02d32826
@ -155,7 +155,7 @@ cur_frm.cscript.account_head = function(doc, cdt, cdn) {
|
||||
if(d.charge_type!=="Actual"){
|
||||
frappe.model.set_value(cdt, cdn, "rate", r.message.tax_rate || 0);
|
||||
frappe.model.set_value(cdt, cdn, "description", r.message.account_name);
|
||||
}
|
||||
}
|
||||
else if(d.charge_type == 'Actual'){
|
||||
frappe.model.set_value(cdt, cdn, "description", r.message.account_name);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user