X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcredit_note_entry.php;h=f32e2268d8bfc8e39b1ffec802d8ef48fab97838;hb=40c3b111b007ad16a2eedff175e1612150191d04;hp=7ef6ea7435801fa3502251f92f00e720e8c8758d;hpb=13367be8aaf5175295f7aab7160370458dad1824;p=fa-stable.git diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index 7ef6ea74..f32e2268 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -26,7 +26,7 @@ include_once($path_to_root . "/sales/includes/ui/sales_order_ui.inc"); include_once($path_to_root . "/reporting/includes/reporting.inc"); $js = ""; -if ($use_popup_windows) { +if ($SysPrefs->use_popup_windows) { $js .= get_js_open_window(900, 500); } if (user_use_date_picker()) { @@ -288,4 +288,3 @@ echo ""; end_form(); end_page(); -?>