X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fcurrencies.php;h=c040e173fe68b1a92d8b0a5e98c2bbb3967c158b;hb=bb991dc5b071e966b39954bb53d3b0efe8420938;hp=856bc2b2f57b377c55ad64861506a0446db51342;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/gl/manage/currencies.php b/gl/manage/currencies.php index 856bc2b2..c040e173 100644 --- a/gl/manage/currencies.php +++ b/gl/manage/currencies.php @@ -134,12 +134,10 @@ function handle_delete() function display_currencies() { - global $table_style; - $company_currency = get_company_currency(); $result = get_currencies(check_value('show_inactive')); - start_table($table_style); + start_table(TABLESTYLE); $th = array(_("Abbreviation"), _("Symbol"), _("Currency Name"), _("Hundredths name"), _("Country"), _("Auto update"), "", ""); inactive_control_column($th); @@ -183,9 +181,9 @@ function display_currencies() function display_currency_edit($selected_id) { - global $table_style2, $Mode; + global $Mode; - start_table($table_style2); + start_table(TABLESTYLE2); if ($selected_id != '') {