Bug 17848

Summary: Count doesn't print correct number in digest-only notices
Product: Koha Reporter: Radek Šiman (R-Bit Technology, s.r.o.) <rbit>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Radek Šiman (R-Bit Technology, s.r.o.) 2017-01-05 00:09:04 UTC
When using <count>> in CHECKIN/CHECKOUT/RENEWAL notices, its value is not correctly updated.

A letter is prepared during the first round and then its updated with iterated data items as they come. This means that placeholders like <<count>> are not updated anymore so we can see letters saying eg. "you returned 3 items", but in the fact there is much
more of them listed in:
----
<<biblio.title>>
----
Comment 1 Katrin Fischer 2023-06-25 21:22:39 UTC
We probably have the same issue with TT, updating bug description.