http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8836 --- Comment #42 from Juhani Seppälä <jseppal@student.uef.fi> --- Hello, we're looking at bringing this feature into production and I've been going through this component - a trivial issue in additems.tt -template: [% IF ( previousActionRemove ) %] [% IF ( removeSuccess ) %] <div>Item with barcode '[% addedBarcode %]' Removed successfully!</div> [% ELSE %] <div>Failed to remove item with barcode '[% removedBarcode %]'!</div> <div>Reason: <strong>[% failureMessage %]</strong></div> [% END %] [% END %] The parameter addedBarcode is used here when it probably was supposed to be removedBarcode - this leads to the barcode not being displayed after a succesful item removal. -- You are receiving this mail because: You are watching all bug changes.