chiark / gitweb /
column heading on bom
authorian <ian>
Tue, 20 Apr 2004 21:05:00 +0000 (21:05 +0000)
committerian <ian>
Tue, 20 Apr 2004 21:05:00 +0000 (21:05 +0000)
farnell/farnell-find

index 59b7f835c99fd417f098bba624d77038be0b2858..9b45d344fcf33d02ee65bb0348b3c65ffc1ad2c2 100755 (executable)
@@ -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) {