diff --git a/frepple/controllers/outbound.py b/frepple/controllers/outbound.py
index 39bb491..805e9da 100644
--- a/frepple/controllers/outbound.py
+++ b/frepple/controllers/outbound.py
@@ -1497,7 +1497,7 @@ def export_boms(self):
)
if not producedQty:
producedQty = 1
- if producedQty != 1:
+ if producedQty != 1 and not subcontractor:
yield "%s\n" % producedQty
yield "\n"
diff --git a/frepple/views/sale_views.xml b/frepple/views/sale_views.xml
index 11c927f..8d405ea 100644
--- a/frepple/views/sale_views.xml
+++ b/frepple/views/sale_views.xml
@@ -6,7 +6,7 @@
sale.order
-
+