View | Details | Raw Unified | Return to bug 38505
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +5 lines)
Lines 183-188 Link Here
183
                            <div class="alert alert-warning">
183
                            <div class="alert alert-warning">
184
                                Local use recorded
184
                                Local use recorded
185
                            </div>
185
                            </div>
186
                            [% ELSIF whole.value.check_out_errors.error.UNKNOWN_BARCODE %]
187
                            <div class="alert alert-warning">
188
                                The bibliographic record's item contains an unknown (or empty) barcode.
189
                            </div>
186
                            [% ELSE %]
190
                            [% ELSE %]
187
                            <div class="alert alert-warning">
191
                            <div class="alert alert-warning">
188
                                There was a problem checking this item out, please check for problems with the <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% whole.value.patron.borrowernumber | uri %]">patron's account</a>
192
                                There was a problem checking this item out, please check for problems with the <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% whole.value.patron.borrowernumber | uri %]">patron's account</a>
Lines 196-202 Link Here
196
                                    <legend>Check out details</legend>
200
                                    <legend>Check out details</legend>
197
                                    [% items = whole.value.biblio.items.unblessed %]
201
                                    [% items = whole.value.biblio.items.unblessed %]
198
                                    [% IF items.size == 1 %]
202
                                    [% IF items.size == 1 %]
199
                                        <p>The bibliographic record for this request already has an item attached to it, you are about to check it out</p>
203
                                        <p><a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% whole.value.biblio.biblionumber | uri %]">The bibliographic record</a> for this request already has an item attached to it, you are about to check it out</p>
200
                                    [% ELSE %]
204
                                    [% ELSE %]
201
                                        <p>A bibliographic record for this request exists, but no item. You are about to create an item and check it out</p>
205
                                        <p>A bibliographic record for this request exists, but no item. You are about to create an item and check it out</p>
202
                                    [% END %]
206
                                    [% END %]
203
- 

Return to bug 38505