commit | 8f452b86630b306dd47c6360d074a9d1ec2ad040 | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Mon Aug 24 18:57:07 2020 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Mon Aug 24 18:57:07 2020 +0530 |
tree | 20d8bcdefc5771ecd068cec13b9f8cb80765d30b | |
parent | f49665077c59716db6a985639dfb4388a43db976 [diff] |
fix: Codacy and indicator message
diff --git a/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js b/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js index 8718e4e..ad390c4 100644 --- a/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js +++ b/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js
@@ -115,12 +115,12 @@ Valid till : </span> <span class="indicator orange"> - Expires in a week + Expires in a week or less </span> <span class="indicator red"> Expires today / Already Expired - </span>` + </span>`; report.$status.html(status_message).show(); },