Allocation js functions moved to allocate.js
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 16 May 2008 18:18:56 +0000 (18:18 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 16 May 2008 18:18:56 +0000 (18:18 +0000)
purchasing/allocations/supplier_allocate.php
sales/allocations/customer_allocate.php

index 2f93c1a9829e6ddee275a8b981af1ba2a144669c..a77141e77f2affba99eae14014c1e2f2ff9fd63d 100644 (file)
@@ -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);
 
index d1401e3ee758ec60a548c0c6d1b95fb05a599015..a95887f51c448117894edae0714fac741721f52e 100644 (file)
@@ -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);