X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_credit_grns.php;h=f195d788545982b955e6ea5d5398730c31078f55;hb=31469aea45d88c39de230035454e607cb926ccb1;hp=5f84a39c712b1df5201367f214220e8ff1747f16;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/purchasing/supplier_credit_grns.php b/purchasing/supplier_credit_grns.php index 5f84a39c..f195d788 100644 --- a/purchasing/supplier_credit_grns.php +++ b/purchasing/supplier_credit_grns.php @@ -6,10 +6,12 @@ $path_to_root=".."; include_once($path_to_root . "/purchasing/includes/supp_trans_class.inc"); include_once($path_to_root . "/includes/session.inc"); -page(_("Select Received Items to Add")); - include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc"); include_once($path_to_root . "/purchasing/includes/purchasing_db.inc"); +$js = ""; +if ($use_date_picker) + $js .= get_js_date_picker(); +page(_("Select Received Items to Add"), false, false, "", $js); if (!isset($_SESSION['supp_trans'])) {