Bug 39417

Summary: Allow for editing/deletion of default suggestion status
Product: Koha Reporter: Heather Rommens <heather>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Heather Rommens 2025-03-21 19:06:39 UTC
There are libraries who do not use the default SUGGEST_STATUS authorized values for indicating the status of a purchase suggestion in the staff interface/OPAC. For example, libraries would rather use terminology like "Declined" as opposed to "Rejected". While it is possible to add more authorized values to this auth value category, it would be nice if those default values could be Edited or Deleted by staff, if desired.
Comment 1 Katrin Fischer 2025-03-22 11:04:29 UTC
To some of the default status there are actions tied, so deleting could be potentially a bit dangerous. If you make them editable and store the description in database, we have an issue for multi-language sites currently. That's the main reasons they are not in the authorised value list right now.
Comment 2 Heather Rommens 2025-03-22 19:56:11 UTC
Ah, that makes so much sense. Thanks Katrin!