X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fallocations%2Fsupplier_allocate.php;h=428bfdc6e4ce7ec78b4a6fb762f6e7cd574b8f53;hb=9a4dbbda763486152d2e98485a7a2a699426141d;hp=d26ed61bf796ce02c4e51dbf09c0f11c22ea8bd1;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;p=fa-stable.git diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index d26ed61b..428bfdc6 100644 --- a/purchasing/allocations/supplier_allocate.php +++ b/purchasing/allocations/supplier_allocate.php @@ -59,7 +59,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);