Bugzilla – Attachment 117814 Details for
Bug 12224
Allow easy printing of patron check-in slip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12224: (follow-up) Access old_issues table when editing notice
Bug-12224-follow-up-Access-oldissues-table-when-ed.patch (text/plain), 1.30 KB, created by
Katrin Fischer
on 2021-03-05 11:35:13 UTC
(
hide
)
Description:
Bug 12224: (follow-up) Access old_issues table when editing notice
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-03-05 11:35:13 UTC
Size:
1.30 KB
patch
obsolete
>From 65be9f6923df367d92c8812a1d86b1f456095030 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 22 Sep 2020 09:37:34 +1200 >Subject: [PATCH] Bug 12224: (follow-up) Access old_issues table when editing > notice >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This QA follow-up allows access to the old_issues table when editing the >notice in Tools. > >Signed-off-by: Alexandra Speer <alexandra.speer@bsz-bw.de> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > tools/letter.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/letter.pl b/tools/letter.pl >index 0e7d23536d..20eb74771b 100755 >--- a/tools/letter.pl >+++ b/tools/letter.pl >@@ -252,7 +252,7 @@ sub add_form { > > } > >- if ( $module eq 'circulation' and $code and $code eq "CHECKIN" ) { >+ if ( $module eq 'circulation' and $code and ( $code eq "CHECKIN" or $code eq "CHECKINSLIP" ) ) { > push @{$field_selection}, add_fields('old_issues'); > } else { > push @{$field_selection}, add_fields('issues'); >-- >2.11.0
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 12224
:
28194
|
29693
|
41819
|
41820
|
44574
|
44576
|
44582
|
44584
|
91476
|
91477
|
91478
|
96970
|
96972
|
110308
|
110395
|
110396
|
110403
|
110404
|
110516
|
110529
|
110530
|
110531
|
110576
|
110577
|
110578
|
114121
|
114122
|
114123
|
114124
|
116135
|
116482
|
116485
|
116486
|
116487
|
116488
|
116489
|
117245
|
117246
|
117247
|
117248
|
117249
|
117250
|
117620
|
117812
|
117813
| 117814 |
117815
|
117816
|
117817
|
117818
|
117819