Bugzilla – Attachment 4596 Details for
Bug 6142
CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
followup(delete reference to sub on @EXPORT) : PATCH 2/2 (followup)
0002-Bug-6142-Followup-Delete-sub-CanBookBeReserved.patch (text/plain), 888 bytes, created by
Stéphane Delaune
on 2011-07-08 09:51:41 UTC
(
hide
)
Description:
followup(delete reference to sub on @EXPORT) : PATCH 2/2 (followup)
Filename:
MIME Type:
Creator:
Stéphane Delaune
Created:
2011-07-08 09:51:41 UTC
Size:
888 bytes
patch
obsolete
>From ff968024467a306accb60b546b3cc2bd08b36a19 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Fri, 8 Jul 2011 11:42:19 +0200 >Subject: [PATCH 2/2] Bug #6142 - Followup Delete sub CanBookBeReserved >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >delete function's reference on @EXPORT > >Signed-off-by: Stéphane Delaune <stephane.delaune@biblibre.com> >--- > C4/ILSDI/Utility.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/ILSDI/Utility.pm b/C4/ILSDI/Utility.pm >index 274a266..152fb41 100644 >--- a/C4/ILSDI/Utility.pm >+++ b/C4/ILSDI/Utility.pm >@@ -38,7 +38,7 @@ BEGIN { > require Exporter; > @ISA = qw(Exporter); > @EXPORT = qw( >- &BorrowerExists &CanBookBeReserved &Availability >+ &BorrowerExists &Availability > ); > } > >-- >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 6142
:
3833
|
4594
|
4596
|
6027
|
6817
|
6859