X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fcustomer_payments.php;h=17c39619eeee196e7b13fcd33fd2597d8d7c2260;hb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;hp=3b44bc67e8613ee7bb906ae6eed66ff6da497777;hpb=0b63d898491b6577a5a5bf90e771dca0dcbbcf1f;p=fa-stable.git diff --git a/sales/customer_payments.php b/sales/customer_payments.php index 3b44bc67..17c39619 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -24,7 +24,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(); } add_js_file('payalloc.js');