Bugzilla – Attachment 9778 Details for
Bug 8140
Error when exporting label xml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8140 - [SIGNED-OFF] Error when exporting label xml
Bug-8140---SIGNED-OFF-Error-when-exporting-label-x.patch (text/plain), 913 bytes, created by
Jonathan Druart
on 2012-05-25 13:23:00 UTC
(
hide
)
Description:
Bug 8140 - [SIGNED-OFF] Error when exporting label xml
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-05-25 13:23:00 UTC
Size:
913 bytes
patch
obsolete
>From a37f089ce3b57322967b0c1c8b79ec0f2a1082b7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 23 May 2012 07:43:59 -0400 >Subject: [PATCH] Bug 8140 - [SIGNED-OFF] Error when exporting label xml > >It appears that the name of a variable was changed, >but the declaration of said variable was not. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > labels/label-create-xml.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/labels/label-create-xml.pl b/labels/label-create-xml.pl >index 7b108ce..8eac221 100755 >--- a/labels/label-create-xml.pl >+++ b/labels/label-create-xml.pl >@@ -32,7 +32,7 @@ use C4::Labels 1.000000; > my $cgi = new CGI; > > my $batch_id; >-my @labels_id; >+my @label_ids; > my @item_numbers; > $batch_id = $cgi->param('batch_id') if $cgi->param('batch_id'); > my $template_id = $cgi->param('template_id') || undef; >-- >1.7.7.3
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 8140
:
9739
| 9778