Bugzilla – Attachment 48840 Details for
Bug 15998
software error in svc/holds in 3.20.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15998 - svc/holds: use holdingbranch instead of holding_branch
Bug-15998---svcholds-use-holdingbranch-instead-of-.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2016-03-09 10:34:16 UTC
(
hide
)
Description:
Bug 15998 - svc/holds: use holdingbranch instead of holding_branch
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-09 10:34:16 UTC
Size:
1.24 KB
patch
obsolete
>From 5c67ea34dcc7f5a16428d43ed62eb5284c4dcbb4 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 7 Mar 2016 16:19:12 +0100 >Subject: [PATCH] Bug 15998 - svc/holds: use holdingbranch instead of > holding_branch >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > svc/holds | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/svc/holds b/svc/holds >index 50ae385..4744739 100755 >--- a/svc/holds >+++ b/svc/holds >@@ -124,8 +124,8 @@ while ( my $h = $holds_rs->next() ) { > $hold->{date_sent} = output_pref( dt_from_string($transferred_when) ); > $hold->{from_branch} = GetBranchName($transferred_from); > } >- elsif ( $item->holding_branch() && $item->holding_branch()->branchcode() ne >- $h->branch()->branchcode() ) >+ elsif ( $item->holdingbranch() && $item->holdingbranch()->branchcode() ne >+ $h->branchcode()->branchcode() ) > { > $hold->{not_transferred} = 1; > $hold->{not_transferred_by} = $h->item()->holdingbranch()->branchname(); >-- >2.7.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 15998
:
48752
|
48770
| 48840