Bug 23049: Update debit_type_code 'Res' to 'RESERVE'
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 10 Oct 2019 15:10:07 +0000 (16:10 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 24 Oct 2019 16:24:18 +0000 (17:24 +0100)
commit950074fa7e112e81415dce221824cf9e6b859e78
tree95f3dfd9332e8d2902edb952a6021a637c4ddb08
parentd661141890dbd56ca2511f435c263395c65bf55e
Bug 23049: Update debit_type_code 'Res' to 'RESERVE'

This patch updates all cases where debit_type_code was 'Res' to
'RESERVE' which is more informative and consistent with the new style
guidelines.

The patch also ensure all calls to add_debit with a type or 'reserve'
now pass the capitalised code instead.

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Reserves.pm
Koha/Account.pm
installer/data/mysql/account_debit_types.sql
installer/data/mysql/atomicupdate/bug_23049_debit.perl
installer/data/mysql/en/mandatory/account_debit_types.sql
koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc
opac/sco/sco-main.pl
t/db_dependent/Accounts.t
t/db_dependent/Reserves.t