From a4c086ac41c0265a4085fa2e7414226f2549340c Mon Sep 17 00:00:00 2001 From: sushi Date: Mon, 10 Jul 2006 23:36:02 +0000 Subject: [PATCH] typo --- C4/Labels.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Labels.pm b/C4/Labels.pm index 8cdc95657e..bbd62cae87 100755 --- a/C4/Labels.pm +++ b/C4/Labels.pm @@ -39,8 +39,8 @@ C4::Labels - Functions for printing spine labels and barcodes in Koha @ISA = qw(Exporter); @EXPORT = qw( - &get_label_options, &get_label_items - &build_circ_barcode, &draw_boundaries, + &get_label_options &get_label_items + &build_circ_barcode &draw_boundaries &draw_box ); -- 2.20.1