fix: Codacy and indicator message

This commit is contained in:
marination 2020-08-24 18:57:07 +05:30
parent f49665077c
commit 8f452b8663

View File

@ -115,12 +115,12 @@ frappe.query_reports["Quoted Item Comparison"] = {
Valid till :    Valid till :   
</span> </span>
<span class="indicator orange"> <span class="indicator orange">
Expires in a week Expires in a week or less
</span> </span>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<span class="indicator red"> <span class="indicator red">
Expires today / Already Expired Expires today / Already Expired
</span>` </span>`;
report.$status.html(status_message).show(); report.$status.html(status_message).show();
}, },