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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 54-60 Link Here
54
                        <div id="autoswitched" class="dialog message">Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.</div>
54
                        <div id="autoswitched" class="dialog message">Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.</div>
55
                    [% END %]
55
                    [% END %]
56
56
57
                    [% IF ADDITIONAL_MATERIALS %]
57
                    [% IF ADDITIONAL_MATERIALS && !NEEDSCONFIRMATION %]
58
                        <div id="materials" class="dialog message">Note about the accompanying materials: <br />
58
                        <div id="materials" class="dialog message">Note about the accompanying materials: <br />
59
                        [% ADDITIONAL_MATERIALS | html %]
59
                        [% ADDITIONAL_MATERIALS | html %]
60
                        </div>
60
                        </div>
61
- 

Return to bug 25261