|
Lines 35-41
Link Here
|
| 35 |
[% END %] |
35 |
[% END %] |
| 36 |
[% END #/ WRAPPER breadcrumbs %] |
36 |
[% END #/ WRAPPER breadcrumbs %] |
| 37 |
[% END #/ WRAPPER sub-header.inc %] |
37 |
[% END #/ WRAPPER sub-header.inc %] |
| 38 |
|
|
|
| 39 |
<div class="main container-fluid"> |
38 |
<div class="main container-fluid"> |
| 40 |
<div class="row"> |
39 |
<div class="row"> |
| 41 |
<div class="col-md-10 order-md-2 order-sm-1"> |
40 |
<div class="col-md-10 order-md-2 order-sm-1"> |
|
Lines 113-118
Link Here
|
| 113 |
[% SET not_for_loan = 1 %] |
112 |
[% SET not_for_loan = 1 %] |
| 114 |
[% SET not_for_loan_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] |
113 |
[% SET not_for_loan_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] |
| 115 |
[% END %] |
114 |
[% END %] |
|
|
115 |
[% IF withdraw_error %] |
| 116 |
<div class="alert alert-info"> |
| 117 |
[% IF withdraw_error == 'intransit_cannot_withdraw' %] |
| 118 |
Cannot withdraw item in transit. |
| 119 |
[% END %] |
| 120 |
[% IF withdraw_error == 'onloan_cannot_withdraw' %] |
| 121 |
Cannot withdraw checked out item. |
| 122 |
[% END %] |
| 123 |
</div> |
| 124 |
[% END %] |
| 116 |
<div class="listgroup"> |
125 |
<div class="listgroup"> |
| 117 |
<h3 id="item[% ITEM_DAT.itemnumber | html %]"> |
126 |
<h3 id="item[% ITEM_DAT.itemnumber | html %]"> |
| 118 |
Barcode [% ITEM_DAT.barcode | html %] [% IF not_for_loan %][% not_for_loan_description | html %] [% END %] |
127 |
Barcode [% ITEM_DAT.barcode | html %] [% IF not_for_loan %][% not_for_loan_description | html %] [% END %] |
| 119 |
- |
|
|