Bug 8140 - [SIGNED-OFF] Error when exporting label xml
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 23 May 2012 11:43:59 +0000 (07:43 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 28 May 2012 16:15:31 +0000 (18:15 +0200)
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>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
labels/label-create-xml.pl

index 7b108ce..8eac221 100755 (executable)
@@ -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;