@@ -3188,6 +3188,8 @@ namespace JLHHJSvr.Helper
{
mx.qty = matchedItems.Sum(t => t?.qty ?? 0);
}
+
+ if (mx.qty == null || mx.qty == 0) mx.qty = 1;