https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40836 Bug ID: 40836 Summary: Credit and debit types are not shown in patron account on OPAC Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Blocks: 40256 In the patron account on the OPAC, the Type column is meant to show the description value for the associated credit or debit type (account_credit_types.description or account_debit_types.description). But the Type column is empty for any credit or debit type that's defined locally. All of the system-defined credit and debit types have this value hardcoded in the accounts.inc file, rather than actually fetching the value from the database. To recreate: - create a credit type that can be applied manually - create a debit type that can be applied manually - apply both a credit and debit to your patron (make sure auto-reconcile is off) - look at your patron's account in the staff interface, see values in the "account type" column - look at your patron's account in the OPAC, see the "Type" column is blank Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40256 [Bug 40256] System defined MANUAL debit type description is hard coded but the description can be changed -- You are receiving this mail because: You are watching all bug changes.