Allocation js functions moved to allocate.js
[fa-stable.git] / sales / allocations / customer_allocate.php
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);