fix: add doc.status to translation from POS

This commit is contained in:
mahsem
2024-12-09 16:24:23 +01:00
committed by ruthra kumar
parent bdb60a51c3
commit 0ba6e60608

View File

@@ -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>`;
}