Bugzilla – Attachment 94854 Details for
Bug 14697
Extend and enhance "Claims returned" lost status
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14697: (QA follow-up) Add missing AV category
Bug-14697-QA-follow-up-Add-missing-AV-category.patch (text/plain), 1.90 KB, created by
Kyle M Hall (khall)
on 2019-10-29 19:21:19 UTC
(
hide
)
Description:
Bug 14697: (QA follow-up) Add missing AV category
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-10-29 19:21:19 UTC
Size:
1.90 KB
patch
obsolete
>From b6c3c084cd76f463aa991f60376ece63d1423e57 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 29 Oct 2019 15:57:06 -0300 >Subject: [PATCH] Bug 14697: (QA follow-up) Add missing AV category > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> > >Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com> >--- > installer/data/mysql/atomicupdate/bug_14697.perl | 5 +++++ > installer/data/mysql/mandatory/auth_val_cat.sql | 4 ++++ > 2 files changed, 9 insertions(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_14697.perl b/installer/data/mysql/atomicupdate/bug_14697.perl >index e9d8f11946..5fadaf6078 100644 >--- a/installer/data/mysql/atomicupdate/bug_14697.perl >+++ b/installer/data/mysql/atomicupdate/bug_14697.perl >@@ -34,6 +34,11 @@ if( CheckVersion( $DBversion ) ) { > ('ClaimReturnedWarningThreshold', '', '', 'Sets the number of return claims past which the librarian will be warned the patron has many return claims', 'Integer'); > }); > >+ $dbh->do(q{ >+ INSERT IGNORE INTO authorised_value_categories ( category_name ) VALUES >+ ('RETURN_CLAIM_RESOLUTION'); >+ }); >+ > $dbh->do(q{ > INSERT IGNORE INTO `authorised_values` ( category, authorised_value, lib ) > VALUES >diff --git a/installer/data/mysql/mandatory/auth_val_cat.sql b/installer/data/mysql/mandatory/auth_val_cat.sql >index f39bf93502..cca989c9df 100644 >--- a/installer/data/mysql/mandatory/auth_val_cat.sql >+++ b/installer/data/mysql/mandatory/auth_val_cat.sql >@@ -61,3 +61,7 @@ INSERT IGNORE INTO authorised_value_categories( category_name ) VALUES > -- For Interlibrary loans > INSERT IGNORE INTO authorised_value_categories( category_name ) VALUES > ('ILLSTATUS'); >+ >+-- For Claims returned >+INSERT IGNORE INTO authorised_value_categories( category_name ) VALUES >+ ('RETURN_CLAIM_RESOLUTION'); >-- >2.21.0 (Apple Git-122)
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 14697
:
92407
|
92408
|
92409
|
92410
|
92962
|
92963
|
92964
|
92965
|
93005
|
93006
|
93007
|
93008
|
93012
|
93013
|
93014
|
93015
|
93017
|
93038
|
93039
|
93040
|
93041
|
93042
|
93061
|
93062
|
93063
|
93064
|
93065
|
93952
|
93953
|
93954
|
93955
|
93956
|
93957
|
93959
|
94842
|
94843
|
94844
|
94845
|
94846
|
94847
|
94848
|
94849
|
94850
|
94851
|
94852
|
94853
| 94854 |
94857
|
94877
|
94878