From 83049aa2d9e53edb589d9262a7029d1e81f2e5e0 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 27 Nov 2015 16:49:08 -0800 Subject: [PATCH] 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 --- bin/partslist-vendor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2