X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcredit_status.php;h=af65a498b3f6448a96de1492329a19318f7f8c5b;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=90fc179e4a2dc05519540ff4e3a6f0060c5b95c2;hpb=963bc21ea092322d5750d4c0914b5e532e7d2467;p=fa-stable.git diff --git a/sales/manage/credit_status.php b/sales/manage/credit_status.php index 90fc179e..af65a498 100644 --- a/sales/manage/credit_status.php +++ b/sales/manage/credit_status.php @@ -93,7 +93,7 @@ if ($Mode == 'RESET') $result = get_all_credit_status(check_value('show_inactive')); start_form(); -start_table("$table_style width=40%"); +start_table(TABLESTYLE, "width=40%"); $th = array(_("Description"), _("Dissallow Invoices"),'',''); inactive_control_column($th); table_header($th); @@ -127,7 +127,7 @@ echo '
'; //----------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -156,4 +156,3 @@ end_form(); end_page(); -?>