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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 / +3 lines)
Lines 386-391 Link Here
386
                    <fieldset class="rows">
386
                    <fieldset class="rows">
387
                        <legend>Request details</legend>
387
                        <legend>Request details</legend>
388
                        <ol>
388
                        <ol>
389
                            [% IF request.status == 'UNAUTH' %]
390
                                <div class="alert alert-info">Please note: Adding a patron to this unauthenticated request will automatically change the request status to "NEW".</div>
391
                            [% END %]
389
                            [% type = request.get_type %]
392
                            [% type = request.get_type %]
390
                            <li class="borrowernumber">
393
                            <li class="borrowernumber">
391
                                <label for="borrowernumber">Patron ID:</label>
394
                                <label for="borrowernumber">Patron ID:</label>
392
- 

Return to bug 39941