@@ -, +, @@ - Perform inventory with a barcode file - Look at result --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -303,11 +303,13 @@ $(document).ready(function(){ [% result.itemcallnumber | html %] [% Branches.GetName( result.homebranch ) %] - [% result.location | html %] + [% result.location | html %] [% result.title | html %] -

[% result.author | html %]

+ [% IF ( result.author ) %] + by [% result.author | html %] + [% END %] [% result.notforloan | html %] --