From b96c0d3077ae53560627f14076fd127df417b101 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 20 Apr 2004 21:05:00 +0000 Subject: [PATCH] column heading on bom --- farnell/farnell-find | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/farnell/farnell-find b/farnell/farnell-find index 59b7f83..9b45d34 100755 --- a/farnell/farnell-find +++ b/farnell/farnell-find @@ -509,6 +509,10 @@ sub analyse_spec ($) { } if ($op eq 'order-bom') { dump_warnerrs(); + } else { + printf " Qty %-10s %-*s (ex VAT) Each Total Stock?\n\n", + 'Item', $desclen-7, 'Part no. and Description' + or die $!; } foreach $item (sort { itemsortmap($a) cmp itemsortmap($b); } keys %show) { -- 2.30.2