Koha/pos
Martin Renvoize 5b26e55750 Bug 28181: Filter out archived debit types in point of sale
The filter for only displaying un-archived debit types on the point of
sale page had been missed.

NOTE: It would be beneficial to move this to a default filter in the
Koha:: objects search method for both debit_types and credit_types.. but
I opted for the quick fix here to resolve the bug and will impliment
default filtering in a subsequent enhancement bug.

Test plan
1/ Archive a debit type that is marked as 'Can be sold'
2/ Go to the point of sale page and confirm the above debit type appears
3/ Apply the patch
4/ Confirm the debit type no longer appears in the point of sale page.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-05-10 15:46:54 +02:00
..
pay.pl Bug 28181: Filter out archived debit types in point of sale 2021-05-10 15:46:54 +02:00
printreceipt.pl Bug 26734: Ratify account slip printing 2021-04-27 16:23:49 +02:00
register.pl Bug 27796: Centralise payment/transaction type handling 2021-04-16 12:28:17 +02:00
registers.pl Bug 26023: Properly secure the cashup action for libraries 2020-08-24 10:12:42 +02:00