[Koha-bugs] [Bug 8836] Resurrect Rotating Collections

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 18 12:46:35 CEST 2014


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

--- Comment #42 from Juhani Seppälä <jseppal at 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.


More information about the Koha-bugs mailing list