Summary: | Bibliographic references disappear from the payment history if the item is deleted | ||
---|---|---|---|
Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
Component: | Fines and fees | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | madamyk, sbrown |
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
Mathieu Saby
2023-03-07 11:18:02 UTC
I see 2 ways to fix this behavior : - request the "deleted" tables - when the payment is done, write the complete bibliographic reference of the document in a new field of accountlines table I think we sholuld - add a deleted_itemnumber column in accountlines table, and copy the itemnumber in that column when the item is deleted - edit templates to search item in that column in addition to the itemnumber column |