Lines 314-322
Link Here
|
314 |
<td> |
314 |
<td> |
315 |
[% FOREACH problem IN result.problems %] |
315 |
[% FOREACH problem IN result.problems %] |
316 |
[% IF problem.key == 'wrongplace' %] |
316 |
[% IF problem.key == 'wrongplace' %] |
317 |
<span>Found in wrong place<span><br/> |
317 |
<span>Found in wrong place</span><br/> |
318 |
[% ELSIF problem.key == 'changestatus' %] |
318 |
[% ELSIF problem.key == 'changestatus' %] |
319 |
<span>Unknown not-for-loan status<span><br/> |
319 |
<span>Unknown not-for-loan status</span><br/> |
320 |
[% ELSIF problem.key == 'not_scanned' %] |
320 |
[% ELSIF problem.key == 'not_scanned' %] |
321 |
<span>Missing (not scanned)</span><br/> |
321 |
<span>Missing (not scanned)</span><br/> |
322 |
[% ELSIF problem.key == 'checkedout' %] |
322 |
[% ELSIF problem.key == 'checkedout' %] |