Bug 40256

Summary: System defined MANUAL debit type description is hard coded but the description can be changed
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: Fines and feesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: lisette
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 Lucas Gass (lukeg) 2025-06-26 19:36:05 UTC
To recreate:

1. Go to Admin -> Debit types 
2. See MANUAL debit type with the description of 'Manual fee'
3. Click edit and edit the description.
4. Go back to the Debit types admin page. The description still reads "Manual fee"
Comment 1 Lucas Gass (lukeg) 2025-06-26 19:37:25 UTC
kohadev-koha@kohadevbox:koha(main)$ git grep 'Manual fee'
koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc:        <span>Manual fee</span>
koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc:        <span>Manual fee</span>
t/mock_templates/intranet-tmpl/prog/en/includes/accounts.inc:        <span>Manual fee</span>