Completed
Branch develop (072594)
by
unknown
23:56
created
htdocs/expedition/class/expedition.class.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -544,7 +544,9 @@
 block discarded – undo
544 544
 								if ($line_id <= 0) {
545 545
 									$error++;
546 546
 								}
547
-								if (isset($kits_list[$line->fk_product])) $kits_id_cached[$line->fk_product] = $line_id;
547
+								if (isset($kits_list[$line->fk_product])) {
548
+									$kits_id_cached[$line->fk_product] = $line_id;
549
+								}
548 550
 							} else {    // with batch management
549 551
 								if ($this->create_line_batch($line, $line->array_options) <= 0) {
550 552
 									$error++;
Please login to merge, or discard this patch.