From: Janusz Dobrowolski Date: Tue, 1 Jul 2008 21:21:31 +0000 (+0000) Subject: Small display fix X-Git-Tag: v2.4.2~19^2~1947 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=39985f7c8c6ce26cfb9a00fca1071d663e90e34f;p=fa-stable.git Small display fix --- diff --git a/gl/manage/currencies.php b/gl/manage/currencies.php index 0204cfd7..48866256 100644 --- a/gl/manage/currencies.php +++ b/gl/manage/currencies.php @@ -176,7 +176,8 @@ function display_currencies() edit_link_cell("selected_id=" . $myrow["curr_abrev"]); if ($myrow["curr_abrev"] != $company_currency) delete_link_cell("selected_id=" . $myrow["curr_abrev"]. "&delete=1"); - + else + label_cell(''); end_row(); } //END WHILE LIST LOOP