Helper function for searching indexed submit POST vars
[fa-stable.git] / purchasing / allocations / supplier_allocate.php
index e749e0fea4e6a1446af95f6a077b121b793b6f25..a0e3b86fb187249097e1705797e2c2edfc6a12e6 100644 (file)
@@ -16,7 +16,7 @@ $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
 
-$js .= get_js_allocate();
+add_js_allocate();
 
 page(_("Allocate Supplier Payment or Credit Note"), false, false, "", $js);