Merge pull request #44521 from frappe/mergify/bp/version-14-hotfix/pr-42081

Use better description in pos_payment.js (backport #42081)
This commit is contained in:
ruthra kumar
2024-12-05 10:12:11 +05:30
committed by GitHub

View File

@@ -584,7 +584,7 @@ erpnext.PointOfSale.Payment = class {
const remaining = grand_total - doc.paid_amount;
const change = doc.change_amount || remaining <= 0 ? -1 * remaining : undefined;
const currency = doc.currency;
const label = change ? __("Change") : __("To Be Paid");
const label = __("Change Amount");
this.$totals.html(
`<div class="col">