X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=d92973570efb4a39f2b44095f321d2f2c930af36;hb=7e627484a9dbc0653469eb5ea22ba0cd2b036cc0;hp=82aa967cb074ddae2ebdd34dfe7d881a55c48906;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 82aa967c..d9297357 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -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);