From: Keith Packard Date: Sat, 28 Nov 2015 00:49:08 +0000 (-0800) Subject: partslist-vendor: Include all no-load parts in output X-Git-Tag: telelco-v3.0~645 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=83049aa2d9e53edb589d9262a7029d1e81f2e5e0;p=hw%2Faltusmetrum partslist-vendor: Include all no-load parts in output 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 --- diff --git a/bin/partslist-vendor b/bin/partslist-vendor index 7454a92..4008bb7 100755 --- a/bin/partslist-vendor +++ b/bin/partslist-vendor @@ -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;