Added update of Units of Measure and converting of deptor_trans records from release...
[fa-stable.git] / purchasing / supplier_payment.php
index 82aa967cb074ddae2ebdd34dfe7d881a55c48906..d92973570efb4a39f2b44095f321d2f2c930af36 100644 (file)
@@ -13,6 +13,8 @@ include_once($path_to_root . "/purchasing/includes/purchasing_db.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 page(_("Supplier Payment Entry"), false, false, "", $js);