From: Joe Hunt Date: Fri, 19 Feb 2021 09:11:26 +0000 (+0100) Subject: Bug 5360: Spelling mistake in ../sales/allocations/customer_allocate.php. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=d58fa50bb3c97cabf0646db613018690a12dbb46 Bug 5360: Spelling mistake in ../sales/allocations/customer_allocate.php. Fixed. --- 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);