partslist-vendor: Include all no-load parts in output
authorKeith Packard <keithp@keithp.com>
Sat, 28 Nov 2015 00:49:08 +0000 (16:49 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 28 Nov 2015 00:52:06 +0000 (16:52 -0800)
This lets you have TH parts that do get ordered, even if they aren't
part of the SMT assy work.

Signed-off-by: Keith Packard <keithp@keithp.com>
bin/partslist-vendor

index 7454a92842be9847d376bc6a98f7d91b14929be6..4008bb7f5dbdc288bd9c9f8572ce517825d11987 100755 (executable)
@@ -90,7 +90,7 @@ string part_number(string[string] entry)
 
 void process_seeed(string[string] entry)
 {
-       if (entry["loadstatus"] != "smt")
+       if (entry["loadstatus"] == "noload")
                return;
 
        static bool start = true;