|
Lines 328-334
function verify_images() {
Link Here
|
| 328 |
[% IF ( itemloo.waitingdate ) %] |
328 |
[% IF ( itemloo.waitingdate ) %] |
| 329 |
Waiting |
329 |
Waiting |
| 330 |
[% ELSE %] |
330 |
[% ELSE %] |
| 331 |
On hold |
331 |
Item-level hold |
| 332 |
[% END %] |
332 |
[% END %] |
| 333 |
[% IF ( canreservefromotherbranches ) %]for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedForBorrowernumber %]"> |
333 |
[% IF ( canreservefromotherbranches ) %]for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedForBorrowernumber %]"> |
| 334 |
[% IF ( hidepatronname ) %] |
334 |
[% IF ( hidepatronname ) %] |
|
Lines 338-349
function verify_images() {
Link Here
|
| 338 |
[% END %] |
338 |
[% END %] |
| 339 |
</a>[% END %] |
339 |
</a>[% END %] |
| 340 |
[% IF ( itemloo.waitingdate ) %] |
340 |
[% IF ( itemloo.waitingdate ) %] |
| 341 |
at[% ELSE %]expected at |
341 |
at[% ELSE %]for delivery at |
| 342 |
[% END %] [% itemloo.ExpectedAtLibrary %] |
342 |
[% END %] [% itemloo.ExpectedAtLibrary %] |
| 343 |
since |
343 |
[% IF ( itemloo.waitingdate ) %] |
| 344 |
[% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate %] |
344 |
since [% itemloo.waitingdate %] |
| 345 |
[% ELSE %] |
345 |
[% ELSE %] |
| 346 |
[% IF ( itemloo.reservedate ) %][% itemloo.reservedate %][% END %] |
346 |
[% IF ( itemloo.reservedate ) %](placed [% itemloo.reservedate %])[% END %] |
| 347 |
[% END %] |
347 |
[% END %] |
| 348 |
[% END %] |
348 |
[% END %] |
| 349 |
[% UNLESS ( itemloo.itemnotforloan ) %][% UNLESS ( itemloo.onloan ) %][% UNLESS ( itemloo.itemlost ) %][% UNLESS ( itemloo.wthdrawn ) %][% UNLESS ( itemloo.damaged ) %][% UNLESS ( itemloo.transfertwhen ) %][% UNLESS ( itemloo.reservedate ) %] |
349 |
[% UNLESS ( itemloo.itemnotforloan ) %][% UNLESS ( itemloo.onloan ) %][% UNLESS ( itemloo.itemlost ) %][% UNLESS ( itemloo.wthdrawn ) %][% UNLESS ( itemloo.damaged ) %][% UNLESS ( itemloo.transfertwhen ) %][% UNLESS ( itemloo.reservedate ) %] |
| 350 |
- |
|
|