From d58fa50bb3c97cabf0646db613018690a12dbb46 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 19 Feb 2021 10:11:26 +0100 Subject: [PATCH] Bug 5360: Spelling mistake in ../sales/allocations/customer_allocate.php. Fixed. --- sales/allocations/customer_allocate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index 8c051386..7c88dc95 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -61,7 +61,7 @@ function edit_allocations_for_transaction($type, $trans_no) if (floatcmp($cart->bank_amount, $cart->amount)) { - $total = _("Amount ot be settled:") . " " . price_format($cart->amount).' '.$cart->person_curr.""; + $total = _("Amount to be settled:") . " " . price_format($cart->amount).' '.$cart->person_curr.""; if ($cart->currency != $cart->person_curr) $total .= sprintf(" (%s %s/%s)", exrate_format($cart->bank_amount/$cart->amount), $cart->currency, $cart->person_curr); display_heading2($total); -- 2.30.2