Bugzilla – Attachment 173840 Details for
Bug 31391
Staff-side recalls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31391: Recalled authorised value for hold cancellation
Bug-31391-Recalled-authorised-value-for-hold-cance.patch (text/plain), 2.04 KB, created by
Aleisha Amohia
on 2024-10-31 23:30:36 UTC
(
hide
)
Description:
Bug 31391: Recalled authorised value for hold cancellation
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-10-31 23:30:36 UTC
Size:
2.04 KB
patch
obsolete
>From fb2984874c2050320fef292fe150bdb512c90664 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 4 Oct 2021 17:21:14 +1300 >Subject: [PATCH] Bug 31391: Recalled authorised value for hold cancellation > >Signed-off-by: David <david@davidnind.com> >Signed-off-by: David Nind <david@davidnind.com> >--- > ...dd_HOLD_CANCELLATION-RECALLED_authorised_value.pl | 12 ++++++++++++ > installer/data/mysql/en/optional/auth_val.yml | 4 ++++ > 2 files changed, 16 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl b/installer/data/mysql/atomicupdate/bug_31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl >new file mode 100644 >index 00000000000..dc2b8249052 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_31391_-_add_HOLD_CANCELLATION-RECALLED_authorised_value.pl >@@ -0,0 +1,12 @@ >+use Modern::Perl; >+ >+return { >+ bug_number => "31391", >+ description => "Add new RECALLED value to HOLD_CANCELLATION authorised value category", >+ up => sub { >+ my ($args) = @_; >+ my ($dbh, $out) = @$args{qw(dbh out)}; >+ >+ $dbh->do(q{ INSERT IGNORE INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','RECALLED','Hold was converted to a recall') }); >+ }, >+}; >diff --git a/installer/data/mysql/en/optional/auth_val.yml b/installer/data/mysql/en/optional/auth_val.yml >index 62197838f9a..bc770de4001 100644 >--- a/installer/data/mysql/en/optional/auth_val.yml >+++ b/installer/data/mysql/en/optional/auth_val.yml >@@ -321,6 +321,10 @@ tables: > authorised_value: "DAMAGED" > lib: "Item was found to be too damaged to fill hold" > >+ - category: "HOLD_CANCELLATION" >+ authorised_value: "RECALLED" >+ lib: "Hold was converted to a recall" >+ > # article request cancellations > - category: "AR_CANCELLATION" > authorised_value: "NOT_FOUND" >-- >2.39.5
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 31391
:
139442
|
139443
|
139444
|
139446
|
139642
|
139643
|
139644
|
139645
|
141474
|
142594
|
143155
|
144104
|
144105
|
144131
|
144132
|
144133
|
144134
|
144135
|
144136
|
147581
|
147582
|
150485
|
150486
|
150487
|
150488
|
150489
|
150490
|
150491
|
156995
|
156996
|
156997
|
156998
|
156999
|
157000
|
157001
|
158691
|
158692
|
158693
|
158694
|
158695
|
158825
|
158826
|
158827
|
158828
|
158829
|
158830
|
158831
|
158832
|
172166
|
172167
|
172168
|
172169
|
172170
|
172171
|
172172
|
172173
|
172174
|
172175
|
173839
|
173840
|
173841
|
173842
|
173843
|
173844
|
173845
|
173846
|
173847
|
174396
|
174822
|
174823
|
174824
|
174825
|
174826
|
174827
|
174828
|
174829
|
174830
|
174831