Completed
Branch develop (2e938f)
by
unknown
19:39
created
htdocs/core/class/commonorder.class.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,9 @@
 block discarded – undo
87 87
 				$return ++;
88 88
 			} elseif ((int) $line->fk_product > 0) {
89 89
 				if ($product->fetch($line->fk_product) > 0) {
90
-					if ($product->status_buy) $return ++;
90
+					if ($product->status_buy) {
91
+						$return ++;
92
+					}
91 93
 				}
92 94
 			}
93 95
 		}
Please login to merge, or discard this patch.