X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fallocations%2Fcustomer_allocate.php;h=7c88dc9553af855b3fb42be8bfc6696756551b69;hb=d58fa50bb3c97cabf0646db613018690a12dbb46;hp=8c051386dfe81bd5f3c340780d66f123c5b82447;hpb=9481e23e6d03f39f7d9e745f86bd1be5f703b96d;p=fa-stable.git 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);