Completed
Branch develop (8d1aaf)
by
unknown
20:23
created
htdocs/expedition/list.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -441,8 +441,10 @@
 block discarded – undo
441 441
 							);
442 442
 							if ($result > 0) {
443 443
 								$lineid = $result;
444
-								if (!empty($createbills_onebythird)) //increment rang to keep sending
444
+								if (!empty($createbills_onebythird)) {
445
+									//increment rang to keep sending
445 446
 									$TFactThirdNbLines[$expd->socid]++;
447
+								}
446 448
 							} else {
447 449
 								$lineid = 0;
448 450
 								$error++;
Please login to merge, or discard this patch.