Skip to content

Commit

Permalink
fix: reconcilliation status label
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Oct 27, 2023
1 parent 8e8845b commit c8f078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/public/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Object.assign(india_compliance, {

frm.get_field(field).set_description(
`<div class="d-flex indicator ${color}">
Reco Status:&nbsp;<strong>${frm.doc.reconciliation_status}</strong>
2A/2B Reco Status:&nbsp;<strong>${frm.doc.reconciliation_status}</strong>
</div>`
);
},
Expand Down

0 comments on commit c8f078b

Please sign in to comment.