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 359-364 Link Here
359
                    <fieldset class="rows">
359
                    <fieldset class="rows">
360
                        <legend>Request details</legend>
360
                        <legend>Request details</legend>
361
                        <ol>
361
                        <ol>
362
                            [% IF request.status == 'UNAUTH' %]
363
                                <div class="alert alert-info">Please note: Adding a patron to this unauthenticated request will automatically change the request status to "NEW".</div>
364
                            [% END %]
362
                            [% type = request.get_type %]
365
                            [% type = request.get_type %]
363
                            <li class="borrowernumber">
366
                            <li class="borrowernumber">
364
                                <label for="borrowernumber">Patron ID:</label>
367
                                <label for="borrowernumber">Patron ID:</label>
365
- 

Return to bug 39941