Moving tax_included to sales_types,changed coinstraint for tax type name,
[fa-stable.git] / inventory / transfers.php
index e9e931faeab6829423c84511d8d87636554a192c..4b0339b2c585d9ed4a54f547c91ff12734ef8c12 100644 (file)
@@ -14,6 +14,8 @@ include_once($path_to_root . "/inventory/includes/inventory_db.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 page(_("Inventory Location Transfers"), false, false, "", $js);