|
Lines 146-152
Link Here
|
| 146 |
[% END %] |
146 |
[% END %] |
| 147 |
<table class="invis"> |
147 |
<table class="invis"> |
| 148 |
<tr> |
148 |
<tr> |
| 149 |
[% IF ( line.show_actual ) %] |
149 |
[% IF show_actual %] |
| 150 |
<td >[% line.actual_amount %]</td> |
150 |
<td >[% line.actual_amount %]</td> |
| 151 |
[% END %] |
151 |
[% END %] |
| 152 |
<td> |
152 |
<td> |
|
Lines 166-172
Link Here
|
| 166 |
<td> |
166 |
<td> |
| 167 |
<table class="invis"> |
167 |
<table class="invis"> |
| 168 |
<tr> |
168 |
<tr> |
| 169 |
[% IF ( budget_line.show_actual ) %] |
169 |
[% IF show_actual %] |
| 170 |
[% IF ( budget_line.act_negative ) %] |
170 |
[% IF ( budget_line.act_negative ) %] |
| 171 |
<td style="color: red;"> |
171 |
<td style="color: red;"> |
| 172 |
[% ELSIF ( budget_line.act_positive ) %] |
172 |
[% ELSIF ( budget_line.act_positive ) %] |
| 173 |
- |
|
|