From 492d633dd684e8308c7aafd5922ec52cbfc60498 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 16 May 2008 18:18:56 +0000 Subject: [PATCH 1/1] Allocation js functions moved to allocate.js --- purchasing/allocations/supplier_allocate.php | 2 +- sales/allocations/customer_allocate.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.30.2