From 90b04d0110133a66c07f2f81550dd1365e581d2a Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 9 Feb 2012 18:08:38 +0100 Subject: [PATCH] added form to print another barcode --- labels/spinelabel-print.pl | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/labels/spinelabel-print.pl b/labels/spinelabel-print.pl index 585b06a367..da1cd213bd 100755 --- a/labels/spinelabel-print.pl +++ b/labels/spinelabel-print.pl @@ -116,19 +116,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

+ |; -- 2.20.1