Bugzilla – Attachment 66458 Details for
Bug 19040
Change prototype of C4::Biblio::GetMarcBiblio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19040: [QA Follow-up] Adjust embed_items parameter in showdiffmarc
Bug-19040-QA-Follow-up-Adjust-embeditems-parameter.patch (text/plain), 970 bytes, created by
Marcel de Rooy
on 2017-08-25 07:45:51 UTC
(
hide
)
Description:
Bug 19040: [QA Follow-up] Adjust embed_items parameter in showdiffmarc
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-08-25 07:45:51 UTC
Size:
970 bytes
patch
obsolete
>From 4d50dd1d03e738873479ea53a5ab02e7b56090da Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 25 Aug 2017 09:43:02 +0200 >Subject: [PATCH] Bug 19040: [QA Follow-up] Adjust embed_items parameter in > showdiffmarc >Content-Type: text/plain; charset=utf-8 > >Trivial adjustment > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > tools/showdiffmarc.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/tools/showdiffmarc.pl b/tools/showdiffmarc.pl >index ba050a2..0c585a4 100755 >--- a/tools/showdiffmarc.pl >+++ b/tools/showdiffmarc.pl >@@ -61,7 +61,8 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > > $recordBiblionumber = GetMarcBiblio({ > biblionumber => $biblionumber, >- embed_items => 'embed_items' }); >+ embed_items => 1, >+}); > if( $recordBiblionumber ) { > $formatted1 = $recordBiblionumber->as_formatted; > my $biblio = Koha::Biblios->find( $biblionumber ); >-- >2.1.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 19040
:
65531
|
65695
|
66101
|
66145
|
66457
| 66458 |
66477