diff options
Diffstat (limited to 'UI/am-list-departments.html')
-rw-r--r-- | UI/am-list-departments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/am-list-departments.html b/UI/am-list-departments.html index ea29f6ef..51c5f155 100644 --- a/UI/am-list-departments.html +++ b/UI/am-list-departments.html @@ -30,7 +30,7 @@ <?lsmb c = "listrow${row.i}" ?> <tr class="<?lsmb c ?>"> <?lsmb FOREACH column IN columns ?> - <td class="<?lsmb c ?>" <?lsmb IF (column == 'cost' || column == 'profit') ?>align="center"<?lsmb END ?>> + <td class="<?lsmb c ?>" <?lsmb IF (column == 'cost' || column == 'profit') ?>align="center"<?lsmb ELSIF column == 'discount' ?>align="right"<?lsmb END ?>> <?lsmb IF row.$column.href ?> <a href="<?lsmb row.$column.href?>"><?lsmb row.$column.text ?></a> <?lsmb ELSE; row.$column; END ?> |