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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl (-2 / +1 lines)
Lines 282-288 No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> Link Here
282
                          }
282
                          }
283
                     };
283
                     };
284
                     function refocus(calendar) {
284
                     function refocus(calendar) {
285
                        document.getElementById('barcode').focus();
285
                        $('#barcode').focus();
286
                        calendar.hide();
286
                        calendar.hide();
287
                     };
287
                     };
288
				//#TODO - ADD syspref (AllowPostDatedCheckouts).
288
				//#TODO - ADD syspref (AllowPostDatedCheckouts).
289
- 

Return to bug 3086