mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
committed by
mergify-bot
parent
ad0aca2fc6
commit
104b317929
@@ -179,7 +179,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";
|
||||||
|
|||||||
Reference in New Issue
Block a user