mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fix: trailling spaces removed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user