X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fcustomer_invoice.php;fp=sales%2Fcustomer_invoice.php;h=66f676e6cd00c36f0ea6fd2b4ce7b3dc31a5f519;hb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;hp=6e4b77bd4075f1425e5da5376b4de350bf282be9;hpb=a680034ef46aaf5ab4a062b404fa8d95b6f96ad6;p=fa-stable.git diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index 6e4b77bd..66f676e6 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -30,7 +30,7 @@ $js = ""; if ($use_popup_windows) { $js .= get_js_open_window(900, 500); } -if ($use_date_picker) { +if (user_use_date_picker()) { $js .= get_js_date_picker(); }