Bug 23039: Don't hide the checkin dialogs
authorNick Clemens <nick@bywatersolutions.com>
Fri, 30 Aug 2019 19:56:28 +0000 (19:56 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 7 Oct 2019 11:24:25 +0000 (12:24 +0100)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index 9768072..242a6f1 100644 (file)
                             [% END #/IF reserved %]
                         [% END # /IF found %]
 
-                        <div class="static_checkin_messages" style="display:none">
+                        <div class="static_checkin_messages">
                             [% INCLUDE all_checkin_messages %]
                         </div>
 
             $("#barcode").focus();
         }
         $(document).ready(function () {
-            $(".static_checkin_messages").show();
             $(".modal").modal({ backdrop: 'static' }).on('shown.bs.modal', function() {
                 $("#barcode").prop("disabled", true);
-                $(".static_checkin_messages").hide();
                 $(".show_checkin_dialog").show();
             }).on('hidden.bs.modal', function() {
                 $("#barcode").prop("disabled", false).focus();