From: Dobrica Pavlinusic Date: Thu, 9 Feb 2012 17:08:38 +0000 (+0100) Subject: added form to print another barcode X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=0aeb5582dd2c27093f6757d59bca02d93bae203f;p=koha.git added form to print another barcode --- diff --git a/labels/spinelabel-print.pl b/labels/spinelabel-print.pl index 3811d3e697..55cb638443 100755 --- a/labels/spinelabel-print.pl +++ b/labels/spinelabel-print.pl @@ -115,19 +115,30 @@ $body = $scheme; # XXX FFZG -$body .= qq| +my $url = $query->url; +my $station = $query->param('station'); + +$body = qq| + +
+Enter another barcode: + + +
+ +

Last printed call number for $barcode on $station

+ |;