X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fallocations%2Fsupplier_allocate.php;h=428bfdc6e4ce7ec78b4a6fb762f6e7cd574b8f53;hb=0f465ad5e73c6683a5102bde63821a6f6a1c3f3a;hp=80e235576b01885a97bd1b252d2dd09ca7a7b6f1;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index 80e23557..428bfdc6 100644 --- a/purchasing/allocations/supplier_allocate.php +++ b/purchasing/allocations/supplier_allocate.php @@ -21,7 +21,7 @@ include_once($path_to_root . "/sales/includes/sales_db.inc"); //include_once($path_to_root . "/purchasing/includes/ui/supp_alloc_ui.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); add_js_file('allocate.js'); @@ -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);