fix: indentation
This commit is contained in:
parent
08f842d12e
commit
d5736711ce
@ -180,7 +180,6 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(frappe.meta.get_docfield(this.frm.doc.doctype, "pricing_rules")) {
|
if(frappe.meta.get_docfield(this.frm.doc.doctype, "pricing_rules")) {
|
||||||
this.frm.set_indicator_formatter('pricing_rule', function(doc) {
|
this.frm.set_indicator_formatter('pricing_rule', function(doc) {
|
||||||
return (doc.rule_applied) ? "green" : "red";
|
return (doc.rule_applied) ? "green" : "red";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user