X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fshipping_companies.php;h=cb994d3f9aff2800b0464cb4482090c5f919777e;hb=bb991dc5b071e966b39954bb53d3b0efe8420938;hp=fa7b264108d940c8544ea0b0991a6dfdeb1db031;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/admin/shipping_companies.php b/admin/shipping_companies.php index fa7b2641..cb994d3f 100644 --- a/admin/shipping_companies.php +++ b/admin/shipping_companies.php @@ -87,7 +87,7 @@ if ($Mode == 'RESET') $result = get_shippers(check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Name"), _("Contact Person"), _("Phone Number"), _("Secondary Phone"), _("Address"), "", ""); inactive_control_column($th); table_header($th); @@ -113,7 +113,7 @@ end_table(1); //---------------------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) {