Bugzilla – Attachment 149105 Details for
Bug 26403
Move debit and credit types to YAML files and fix other related translation issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26403: (follow-up) Deleted old SQL files
Bug-26403-follow-up-Deleted-old-SQL-files.patch (text/plain), 2.66 KB, created by
Caroline Cyr La Rose
on 2023-04-03 19:38:12 UTC
(
hide
)
Description:
Bug 26403: (follow-up) Deleted old SQL files
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-04-03 19:38:12 UTC
Size:
2.66 KB
patch
obsolete
>From cee9ea6bb33c1c61c8c43d2ad444b6878e25a4eb Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Mon, 3 Apr 2023 15:34:11 -0400 >Subject: [PATCH] Bug 26403: (follow-up) Deleted old SQL files > >--- > .../mysql/mandatory/account_credit_types.sql | 14 -------------- > .../mysql/mandatory/account_debit_types.sql | 17 ----------------- > 2 files changed, 31 deletions(-) > delete mode 100644 installer/data/mysql/mandatory/account_credit_types.sql > delete mode 100644 installer/data/mysql/mandatory/account_debit_types.sql > >diff --git a/installer/data/mysql/mandatory/account_credit_types.sql b/installer/data/mysql/mandatory/account_credit_types.sql >deleted file mode 100644 >index c0b1516099..0000000000 >--- a/installer/data/mysql/mandatory/account_credit_types.sql >+++ /dev/null >@@ -1,14 +0,0 @@ >-INSERT INTO account_credit_types ( code, description, can_be_added_manually, is_system ) VALUES >-('OVERPAYMENT', 'Overpayment refund', 0, 1), >-('PAYMENT', 'Payment', 0, 1), >-('WRITEOFF', 'Writeoff', 0, 1), >-('FORGIVEN', 'Forgiven', 1, 1), >-('CREDIT', 'Credit', 1, 1), >-('DISCOUNT', 'A discount applied to a patrons fine', 0, 1), >-('REFUND', 'Refund', 0, 1), >-('LOST_FOUND', 'Lost item fee refund', 0, 1), >-('PURCHASE', 'Purchase', 0, 1), >-('CANCELLATION', 'Cancellation', 0, 1), >-('PROCESSING_FOUND', 'Lost item processing fee refund', 0, 1); >- >-INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('PAYMENT_TYPE','CASH','Cash'); >diff --git a/installer/data/mysql/mandatory/account_debit_types.sql b/installer/data/mysql/mandatory/account_debit_types.sql >deleted file mode 100644 >index 7d9c813dd8..0000000000 >--- a/installer/data/mysql/mandatory/account_debit_types.sql >+++ /dev/null >@@ -1,17 +0,0 @@ >-INSERT INTO account_debit_types ( code, description, can_be_invoiced, can_be_sold, default_amount, is_system ) VALUES >-('ACCOUNT', 'Account creation fee', 0, 0, NULL, 1), >-('ACCOUNT_RENEW', 'Account renewal fee', 0, 0, NULL, 1), >-('LOST', 'Lost item', 1, 0, NULL, 1), >-('MANUAL', 'Manual fee', 1, 0, NULL, 0), >-('NEW_CARD', 'New card fee', 1, 0, NULL, 1), >-('OVERDUE', 'Overdue fine', 0, 0, NULL, 1), >-('PROCESSING', 'Lost item processing fee', 0, 0, NULL, 1), >-('PAYOUT', 'Payment from library to patron', 0, 0, NULL, 1), >-('RENT', 'Rental fee', 0, 0, NULL, 1), >-('RENT_DAILY', 'Daily rental fee', 0, 0, NULL, 1), >-('RENT_RENEW', 'Renewal of rental item', 0, 0, NULL, 1), >-('RENT_DAILY_RENEW', 'Renewal of daily rental item', 0, 0, NULL, 1), >-('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 request fee', 0, 0, NULL, 1); >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26403
:
109816
|
148940
|
149104
|
149105
|
150744
|
150745
|
150912
|
150913
|
150925
|
150932
|
150941
|
150942
|
150943
|
150944
|
150946