X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcredit_note_entry.php;h=8181f7a34c24c3e1154af1642676bb1f622109c1;hb=7e8df3a179c05c51085349e139aac9ce88b9378d;hp=b3ccc70857d2b6d2c0813caf2902aa95f034af19;hpb=264c09696d65efe4532c197f317162daf8c24f32;p=fa-stable.git diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index b3ccc708..8181f7a3 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -26,10 +26,10 @@ 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 ($use_date_picker) { +if (user_use_date_picker()) { $js .= get_js_date_picker(); } @@ -78,7 +78,7 @@ if (isset($_GET['AddedID'])) { display_footer_exit(); } else - check_edit_conflicts(); + check_edit_conflicts(get_post('cart_id')); //-------------------------------------------------------------------------------- @@ -270,7 +270,7 @@ hidden('cart_id'); $customer_error = display_credit_header($_SESSION['Items']); if ($customer_error == "") { - start_table(TABLESTYLE, "width=80%", 10); + start_table(TABLESTYLE, "width='80%'", 10); echo ""; display_credit_items(_("Credit Note Items"), $_SESSION['Items']); credit_options_controls($_SESSION['Items']); @@ -288,4 +288,3 @@ echo ""; end_form(); end_page(); -?>