Bugzilla – Attachment 123144 Details for
Bug 28750
Undefined subroutines in svc/cataloguing/framework (caused by bug 17600)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28750: fix svc/bib_framework
Bug-28750-fix-svcbibframework.patch (text/plain), 741 bytes, created by
Nick Clemens (kidclamp)
on 2021-07-23 16:29:50 UTC
(
hide
)
Description:
Bug 28750: fix svc/bib_framework
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-07-23 16:29:50 UTC
Size:
741 bytes
patch
obsolete
>From 48b18aaeac75037cc7e7e16f9e3ed667c72ceb19 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 23 Jul 2021 16:29:32 +0000 >Subject: [PATCH] Bug 28750: fix svc/bib_framework > >--- > svc/bib_framework | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/svc/bib_framework b/svc/bib_framework >index 5566d9462a..711b8f7913 100755 >--- a/svc/bib_framework >+++ b/svc/bib_framework >@@ -54,7 +54,7 @@ exit 0; > sub fetch_bib_framework { > my $query = shift; > my $biblionumber = shift; >- my $frameworkcode = GetFrameworkCode( $biblionumber ); >+ my $frameworkcode = C4::Biblio::GetFrameworkCode( $biblionumber ); > my $result = { > 'frameworkcode' => $frameworkcode > }; >-- >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 28750
:
123118
|
123121
|
123124
|
123144
|
123154
|
123155
|
123156