Bug 40256 - System defined MANUAL debit type description is hard coded but the description can be changed
Summary: System defined MANUAL debit type description is hard coded but the descriptio...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Fines and fees (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-26 19:36 UTC by Lucas Gass (lukeg)
Modified: 2025-06-26 19:38 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>