Summary: | Do not repeat content in CHECKOUT, CHECKIN, and HOLDDGST notices when digest tags are omitted | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Notices | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | hebah, kebliss |
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
Andrew Fuerste-Henry
2025-02-03 14:58:04 UTC
The problem is that the notice is not build "as a whole" but "in little bits". Meaning that which each transaction Koha opens the notice already generated, looks for the marker to determine where the next entry has to go and then adds it there. I don't think it will work without some type of "repetition" marker. Maybe these type of notices are not well suited for SMS. Hm, but maybe it could just do nothing if they are missing? (In reply to Katrin Fischer from comment #1) > Hm, but maybe it could just do nothing if they are missing? That'd be my preference, if possible. |