Lines 285-291
Link Here
|
285 |
</form> |
285 |
</form> |
286 |
[% ELSE %] |
286 |
[% ELSE %] |
287 |
[% FOREACH itemlostloo IN itemlostloop %] |
287 |
[% FOREACH itemlostloo IN itemlostloop %] |
288 |
[% IF ( itemlostloo.selected ) %] |
288 |
[% IF ( itemlostloo.authorised_value == ITEM_DAT.itemlost ) %] |
289 |
[% itemlostloo.lib | html %] |
289 |
[% itemlostloo.lib | html %] |
290 |
[% END %] |
290 |
[% END %] |
291 |
[% END %] |
291 |
[% END %] |
Lines 320-326
Link Here
|
320 |
</form> |
320 |
</form> |
321 |
[% ELSE %] |
321 |
[% ELSE %] |
322 |
[% FOREACH itemdamagedloo IN itemdamagedloop %] |
322 |
[% FOREACH itemdamagedloo IN itemdamagedloop %] |
323 |
[% IF ( itemdamagedloo.selected ) %] |
323 |
[% IF ( itemdamagedloo.authorised_value == ITEM_DAT.damaged ) %] |
324 |
[% itemdamagedloo.lib | html %] |
324 |
[% itemdamagedloo.lib | html %] |
325 |
[% END %] |
325 |
[% END %] |
326 |
[% END %] |
326 |
[% END %] |
327 |
- |
|
|