Bug 5360: Spelling mistake in ../sales/allocations/customer_allocate.php. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 19 Feb 2021 09:11:26 +0000 (10:11 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 19 Feb 2021 09:11:26 +0000 (10:11 +0100)
sales/allocations/customer_allocate.php

index 8c051386dfe81bd5f3c340780d66f123c5b82447..7c88dc9553af855b3fb42be8bfc6696756551b69 100644 (file)
@@ -61,7 +61,7 @@ function edit_allocations_for_transaction($type, $trans_no)
 
        if (floatcmp($cart->bank_amount, $cart->amount))
        {
 
        if (floatcmp($cart->bank_amount, $cart->amount))
        {
-           $total = _("Amount ot be settled:") . " <b>" . price_format($cart->amount).' '.$cart->person_curr."</b>";
+           $total = _("Amount to be settled:") . " <b>" . price_format($cart->amount).' '.$cart->person_curr."</b>";
                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);
                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);