http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9067 --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 37713 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37713 Bug 9067: Hide item related strings when importing staged authority records Review of attachment 37713: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9067&attachment=37713) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ +378,5 @@
+ [% IF ( record_type == 'biblio' ) %] + <tr><td>Number of items added</td><td>[% num_items_added %]</td></tr> + <tr><td>Number of items replaced</td><td>[% num_items_replaced %]</td></tr> + <tr><td>Number of items ignored because of duplicate barcode</td><td>[% num_items_errored %]</td></tr> + [ % END %]
Tiny spacing issue. Fixing and signing off. -- You are receiving this mail because: You are watching all bug changes.