@@ -, +, @@ --- C4/Circulation.pm | 2 +- .../prog/en/modules/offline_circ/list.tt | 38 +++++++++++++++++--- 2 files changed, 34 insertions(+), 6 deletions(-) --- a/C4/Circulation.pm +++ a/C4/Circulation.pm @@ -3120,7 +3120,7 @@ sub ProcessOfflineIssue { if ( $borrower->{borrowernumber} ) { my $itemnumber = C4::Items::GetItemnumberFromBarcode( $operation->{barcode} ); unless ($itemnumber) { - return "barcode not found"; + return "Barcode not found."; } my $issue = GetOpenIssue( $itemnumber ); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt @@ -2,10 +2,20 @@ Koha › Circulation › Offline Circulation [% INCLUDE "doc-head-close.inc" %] + @@ -42,11 +69,12 @@ [% IF ( pending_operations ) %]
- +

| +

- + --
  Date Action Barcode