@@ -, +, @@ screen --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -242,6 +242,7 @@ $(document).ready(function(){ [% UNLESS compareinv2barcd %]Seen[% END %] Barcode + Call number Library Title Status @@ -263,9 +264,10 @@ $(document).ready(function(){ [% result.barcode | html %] + [% result.itemcallnumber | html %] [% Branches.GetName( result.homebranch ) %] - [% result.location | html %] [% IF ( result.itemcallnumber ) %][[% result.itemcallnumber | html %]][% ELSE %][% END %] + [% result.location | html %]

[% result.title | html %]

[% result.author | html %]

--