8 Nov
2023
8 Nov
'23
7:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31981 --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- These look the same because they are the same! ( #circ_needsconfirmation ) If something NEEDSCONFIRMATION Koha will then cycle through all the possible things. In your care I believe it is: 1. [% IF ( RESERVED ) %] Item has been on hold for X since... 2. [% IF ( RESERVE_WAITING ) %] Item has been waiting for... I think we could add a ID/class to each of the NEEDSCONFIRMATION reasons. This would make it much easier to customize the dialog/alert boxes based on the reason. Would that work? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.