X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fbank_accounts.php;h=fa441ef09435628b56a9e24924f7540971b92e33;hb=467fca01c62dd47bcd97ec957a49b0209732c9d0;hp=5ec75616d7df1d181e5c751def602f260454b5af;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/gl/manage/bank_accounts.php b/gl/manage/bank_accounts.php index 5ec75616..fa441ef0 100644 --- a/gl/manage/bank_accounts.php +++ b/gl/manage/bank_accounts.php @@ -97,7 +97,7 @@ if ($Mode == 'RESET') $result = get_bank_accounts(check_value('show_inactive')); start_form(); -start_table("$table_style width='80%'"); +start_table(TABLESTYLE, "width='80%'"); $th = array(_("Account Name"), _("Type"), _("Currency"), _("GL Account"), _("Bank"), _("Number"), _("Bank Address"), _("Dflt"), '',''); @@ -133,7 +133,7 @@ end_table(1); $is_editing = $selected_id != -1; -start_table($table_style2); +start_table(TABLESTYLE2); if ($is_editing) {