Bugzilla – Attachment 117249 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) Loop old_issues with itemnumber
Bug-12224-follow-up-Loop-oldissues-with-itemnumber.patch (text/plain), 975 bytes, created by
Martin Renvoize (ashimema)
on 2021-02-24 12:25:38 UTC
(
hide
)
Description:
Bug 12224: (follow-up) Loop old_issues with itemnumber
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-02-24 12:25:38 UTC
Size:
975 bytes
patch
obsolete
>From 8110dd79d87c9f23eab0eb2174cb6eaa67ed1b36 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 1 Feb 2021 11:11:51 +1300 >Subject: [PATCH] Bug 12224: (follow-up) Loop old_issues with itemnumber >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > members/printslip.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/printslip.pl b/members/printslip.pl >index 6d04ed8649..368788de95 100755 >--- a/members/printslip.pl >+++ b/members/printslip.pl >@@ -98,7 +98,7 @@ if ( $print eq 'checkinslip' ) { > }); > > my %loops = ( >- old_issues => [ map { $_->issue_id } @todays_checkins ], >+ old_issues => [ map { $_->itemnumber } @todays_checkins ], > ); > > my $letter = C4::Letters::GetPreparedLetter( >-- >2.20.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 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