projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4a9f9a
)
Small display fix
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 1 Jul 2008 21:21:31 +0000
(21:21 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 1 Jul 2008 21:21:31 +0000
(21:21 +0000)
gl/manage/currencies.php
patch
|
blob
|
history
diff --git
a/gl/manage/currencies.php
b/gl/manage/currencies.php
index 0204cfd7a312525c1c93563a6343403e147c7ddb..488662560b1ccde1a0a38c0c9712a61cbc90ea85 100644
(file)
--- 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