Skip to content

Commit

Permalink
fix: add doc.status to translation from POS
Browse files Browse the repository at this point in the history
  • Loading branch information
mahsem authored and ruthra-kumar committed Dec 13, 2024
1 parent bdb60a5 commit 0ba6e60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ erpnext.PointOfSale.PastOrderSummary = class {
<div class="right-section">
<div class="paid-amount">${format_currency(doc.paid_amount, doc.currency)}</div>
<div class="invoice-name">${doc.name}</div>
<span class="indicator-pill whitespace-nowrap ${indicator_color}"><span>${doc.status}</span></span>
<span class="indicator-pill whitespace-nowrap ${indicator_color}"><span>${__(doc.status)}</span></span>
</div>`;
}

Expand Down

0 comments on commit 0ba6e60

Please sign in to comment.