http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8836

--- Comment #42 from Juhani Seppälä <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to