Enh 6403: Record local use stats when checking in unissued materials
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / returns.tt
index 2a9b47e..65df373 100644 (file)
@@ -312,6 +312,9 @@ function Dopop(link) {
                     [% IF ( errmsgloo.notissued ) %]
                         <p class="problem">Not checked out.</p>
                     [% END %]
+                    [% IF ( errmsgloo.localuse) %]
+                        <p class="problem">Local Use recorded</p>
+                    [% END %]
                     [% IF ( errmsgloo.waslost ) %]
                         <p class="problem">Item was lost, now found.</p>
                     [% END %]