@@ -, +, @@ - Go to Circulation -> Built-in offline circulation interface - Submit a patron barcode in the "Check out" field. - Under the barcode input field you should see two tabs: Checkouts and Fines. Confirm that they look correct and work correctly. --- .../prog/en/modules/circ/offline.tt | 105 +++++++++--------- 1 file changed, 52 insertions(+), 53 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt @@ -149,61 +149,62 @@
-
@@ -764,8 +765,6 @@ recordFine($('#pay-fine-amount').val()); }); - $('#patronlists').tabs(); - $("#newduedate").datetimepicker({ minDate: 1, // require that renewal date is after today hour: 23, --