X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Frecurrent_invoices.php;h=c100204c024d02fc862f6b4e7c4d909912e13588;hb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;hp=999bccdb10765ec3c0f7b40fce37090ab7683214;hpb=54be1160107fd4dea2b224eac7e34655e6e67776;p=fa-stable.git diff --git a/sales/manage/recurrent_invoices.php b/sales/manage/recurrent_invoices.php index 999bccdb..c100204c 100644 --- a/sales/manage/recurrent_invoices.php +++ b/sales/manage/recurrent_invoices.php @@ -18,7 +18,7 @@ include_once($path_to_root . "/sales/includes/sales_db.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 600); -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); page(_($help_context = "Recurrent Invoices"), false, false, "", $js);