From: Janusz Dobrowolski Date: Fri, 16 May 2008 18:18:56 +0000 (+0000) Subject: Allocation js functions moved to allocate.js X-Git-Tag: v2.4.2~19^2~2070 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=492d633dd684e8308c7aafd5922ec52cbfc60498;p=fa-stable.git Allocation js functions moved to allocate.js --- diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index 2f93c1a9..a77141e7 100644 --- a/purchasing/allocations/supplier_allocate.php +++ b/purchasing/allocations/supplier_allocate.php @@ -16,7 +16,7 @@ $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); -add_js_allocate(); +add_js_file('allocate.js'); page(_("Allocate Supplier Payment or Credit Note"), false, false, "", $js); diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index d1401e3e..a95887f5 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -13,7 +13,7 @@ $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); -add_js_allocate(); +add_js_file('allocate.js'); page(_("Allocate Customer Payment or Credit Note"), false, false, "", $js);