Bug 27946: (QA follow-up) Remove 'scan' terminology, requests may not be scans

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Kyle Hall 2022-01-07 07:04:24 -05:00 committed by Fridolin Somers
parent f5536c566e
commit 041808bc70
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ return {
$dbh->do(
q{
INSERT IGNORE INTO account_debit_types ( code, description, can_be_invoiced, can_be_sold, default_amount, is_system )
VALUES ('ARTICLE_REQUEST', 'Article scan request fee', 0, 0, NULL, 1);
VALUES ('ARTICLE_REQUEST', 'Article request fee', 0, 0, NULL, 1);
}
);
},

View file

@ -14,4 +14,4 @@ INSERT INTO account_debit_types ( code, description, can_be_invoiced, can_be_sol
('RESERVE', 'Hold fee', 0, 0, NULL, 1),
('RESERVE_EXPIRED', 'Hold waiting too long', 0, 0, NULL, 1),
('VOID', 'Credit has been voided', 0, 0, NULL, 1),
('ARTICLE_REQUEST', 'Article scan request fee', 0, 0, NULL, 1);
('ARTICLE_REQUEST', 'Article request fee', 0, 0, NULL, 1);

View file

@ -13,7 +13,7 @@
[%- SWITCH debit_type.code -%]
[%- CASE 'ACCOUNT' -%]Account creation fee
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee
[%- CASE 'ARTICLE_REQUEST' -%]Article scan request fee
[%- CASE 'ARTICLE_REQUEST' -%]Article request fee
[%- CASE 'LOST' -%]Lost item
[%- CASE 'MANUAL' -%]Manual fee
[%- CASE 'NEW_CARD' -%]New card

View file

@ -13,7 +13,7 @@
[%- SWITCH debit_type_code -%]
[%- CASE 'ACCOUNT' -%]Account creation fee
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee
[%- CASE 'ARTICLE_REQUEST' -%]Article scan request fee
[%- CASE 'ARTICLE_REQUEST' -%]Article request fee
[%- CASE 'LOST' -%]Lost item
[%- CASE 'MANUAL' -%]Manual fee
[%- CASE 'NEW_CARD' -%]New card