Bugzilla – Attachment 33156 Details for
Bug 11882
Add a new button to the checkout confirmation dialog when checking out an on hold item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add a new button to the checkout confirmation dialog when checking out a reserved item
camelot-778-lboRM5001Bordereau--BZ11882-fix.patch (text/plain), 1.57 KB, created by
simith.doliveira
on 2014-11-03 14:15:08 UTC
(
hide
)
Description:
Add a new button to the checkout confirmation dialog when checking out a reserved item
Filename:
MIME Type:
Creator:
simith.doliveira
Created:
2014-11-03 14:15:08 UTC
Size:
1.57 KB
patch
obsolete
>From 9072244faff8a471afce535d729ff165b09812e2 Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Mon, 3 Nov 2014 09:06:40 -0500 >Subject: [PATCH] camelot 778 lbo_RM5001_Bordereau / BZ11882 fix > >--- > circ/circulation.pl | 18 +++++++----------- > 1 file changed, 7 insertions(+), 11 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index 4a05291..1c203e4 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -356,6 +356,13 @@ if ($barcode) { > > my ( $od, $issue, $fines ) = GetMemberIssuesAndFines($borrowernumber); > $template->param( issuecount => $issue ); >+ >+ if ($question->{RESERVE_WAITING} or $question->{RESERVED}){ >+ $template->param( >+ reserveborrowernumber => $question->{'resborrowernumber'}, >+ itembiblionumber => $getmessageiteminfo->{'biblionumber'} >+ ); >+ } > } > > # reload the borrower info for the sake of reseting the flags..... >@@ -504,17 +511,6 @@ my $relatives_issues_count = > Koha::Database->new()->schema()->resultset('Issue') > ->count( { borrowernumber => \@relatives } ); > >-(my $returned, my $messages) = AddReturn( $barcode, $branch); >-if ( $messages->{'ResFound'}) { >- my $reserve = $messages->{'ResFound'}; >- # get biblio description >- my $biblio = GetBiblioFromItemNumber($reserve->{'itemnumber'}); >- $template->param( >- reserveborrowernumber => $reserve->{'borrowernumber'}, >- itembiblionumber => $biblio->{'biblionumber'} >- ); >-} >- > $template->param( > lib_messages_loop => $lib_messages_loop, > bor_messages_loop => $bor_messages_loop, >-- >1.9.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 11882
:
25748
|
25819
|
31342
|
31400
|
33156
|
34420
|
34421
|
34605
|
35315
|
36195
|
36196
|
36197
|
36545
|
40692