Lines 292-300
Link Here
|
292 |
<td> |
292 |
<td> |
293 |
[% FOREACH problem IN result.problems %] |
293 |
[% FOREACH problem IN result.problems %] |
294 |
[% IF problem.key == 'wrongplace' %] |
294 |
[% IF problem.key == 'wrongplace' %] |
295 |
<span>Found in wrong place<span><br/> |
295 |
<span>Found in wrong place</span><br/> |
296 |
[% ELSIF problem.key == 'changestatus' %] |
296 |
[% ELSIF problem.key == 'changestatus' %] |
297 |
<span>Unknown not-for-loan status<span><br/> |
297 |
<span>Unknown not-for-loan status</span><br/> |
298 |
[% ELSIF problem.key == 'not_scanned' %] |
298 |
[% ELSIF problem.key == 'not_scanned' %] |
299 |
<span>Missing (not scanned)</span><br/> |
299 |
<span>Missing (not scanned)</span><br/> |
300 |
[% ELSIF problem.key == 'checkedout' %] |
300 |
[% ELSIF problem.key == 'checkedout' %] |