[Bug 36710] New: DB description of debit type is deleted when editing the type
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36710 Bug ID: 36710 Summary: DB description of debit type is deleted when editing the type Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: caroline.cyr-la-rose@inlibro.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com If someone edits a debit type, the DB description is deleted, replaced by NULL. I've only tried it with the RENT* debit types, as those were the ones reported to me. I suspect it would do the same for all system types, but haven't tested. 1. In the database, get the list of debit types select * from account_debit_types; --> They should all have a description 2. Go to Administration > Debit types 3. Click "Show all debit types" 4. Click "Edit" next to RENT 5. Check "Can be manually invoiced?" 6. Click "Save" 7. Click "Show all debit types" --> Notice the description for RENT is still visible 8. Redo the query in the database --> The description for RENT is now NULL 9. Optionally, go to Reports > Cash register (under Statistics wizards) 10. Open the dropdown of transaction types --> There is an empty space where the RENT description should be -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36710 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- AFAIK, this goes back all the way to 23.05. That is where we first saw this bug. I don't know for version prior to that. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36710 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36710 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org