https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814
--- Comment #98 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 203253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203253&action=edit Bug 19814: (follow-up) Surface more checkin messages in batch rows The shared checkin-messages.inc was used in both the single-item path (alongside the rich errmsgloop rendering) and the new batch results rows. In single-item mode the librarian still saw the errmsgloop content, so the include could get away with ignoring several message codes. Batch rows render the include alone, which left lost-item fee refunds, processing fee refunds, return claim resolution, and bundle warnings invisible to the librarian. Add alert-style renderings for: - LostItemFeeRefunded / LostItemFeeCharged / LostItemFeeRestored - LostItemPaymentNotRefunded - ProcessingFeeRefunded - ClaimAutoResolved - ReturnClaims (summary only; full modal still fires in single-item) - InBundle (summary only; full bundle dialog still fires in single-item) The ignore regex is trimmed to genuinely internal codes (Transfer(To|Trigger), WrongTransferItem, WasReturned). Test plan: 1) Enable batch checkin. Check in a lost item that triggers LostItemFeeRefunded and confirm the refund notice appears. 2) Check in an item flagged as a return claim and confirm the "claimed as returned" notice appears in the batch row. 3) Check in an item that belongs to a bundle and confirm the bundle notice appears in the batch row. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
