[Koha-bugs] [Bug 29664] Do not show voided payments in cash register statistics wizard

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 30 09:40:12 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664

--- Comment #16 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Katrin Fischer from comment #12)
> There is an entry in the pull downs "Credit has been voided" that makes me
> wonder if we should still show the voided payments somehow, but marked as
> such. Maybe give them their own entry in the list of types?
> 
> I understand what you don't want to see them in payments. 
> 
> Would love to get another set of eyes on this one. Martin maybe?

The filter is applied to PAYMENT and ACT. You could still see them with ALL or
VOID?

Seems that we overload VOID a bit btw:
Koha/Account/Line.pm:                    debit_type_code   => 'VOID',
Koha/Account/Line.pm:                status => 'VOID'
Koha/Account/Line.pm:                        type      => 'VOID',

No reason to keep this here now. Last word to RM.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list