Bugzilla – Attachment 6521 Details for
Bug 7299
ILSDI HoldItem service does't set the itemnumber in reserves table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-7299-Changes-AddReserve-parameters-in-HoldItem-I.patch (text/plain), 1.06 KB, created by
Alex Arnaud
on 2011-12-02 09:54:14 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2011-12-02 09:54:14 UTC
Size:
1.06 KB
patch
obsolete
>From e96c590dcefd895d141bdbc422d52602efef30fc Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Fri, 2 Dec 2011 10:53:23 +0100 >Subject: [PATCH] Bug 7299 - Changes AddReserve parameters in HoldItem ILSDI service > >--- > C4/ILSDI/Services.pm | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 90f741a..0722888 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -700,8 +700,8 @@ sub HoldItem { > } > > # Add the reserve >- # $branch, $borrowernumber, $biblionumber, $constraint, $bibitems, $priority, $notes, $title, $checkitem, $found >- AddReserve( $branch, $borrowernumber, $biblionumber, 'a', undef, $rank, undef, $title, $itemnumber, $found ); >+ # $branch,$borrowernumber,$biblionumber,$constraint,$bibitems,$priority,$resdate,$expdate,$notes,$title,$checkitem,$found >+ AddReserve( $branch, $borrowernumber, $biblionumber, 'a', [$biblionumber], $rank, '', '', '', $title, $itemnumber, $found ); > > # Hashref building > my $out; >-- >1.7.0.4 >
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 7299
:
6521
|
10005
|
10447