Fixing style errors.
This commit is contained in:
parent
b027db49b5
commit
53e9da4748
@ -617,11 +617,9 @@ if ($action == 'create') { // Create. Seems to no be used
|
|||||||
$srcLine->fetch_optionals();
|
$srcLine->fetch_optionals();
|
||||||
|
|
||||||
$object->lines[$i]->array_options = array_merge($object->lines[$i]->array_options, $srcLine->array_options);
|
$object->lines[$i]->array_options = array_merge($object->lines[$i]->array_options, $srcLine->array_options);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
$srcLine = new DeliveryLine($db);
|
$srcLine = new DeliveryLine($db);
|
||||||
$extrafields->fetch_name_optionals_label($srcLine->table_element);
|
$extrafields->fetch_name_optionals_label($srcLine->table_element);
|
||||||
|
|
||||||
}
|
}
|
||||||
print $object->lines[$i]->showOptionals($extrafields, $mode, array('style' => 'class="oddeven"', 'colspan' => $colspan), '');
|
print $object->lines[$i]->showOptionals($extrafields, $mode, array('style' => 'class="oddeven"', 'colspan' => $colspan), '');
|
||||||
//}
|
//}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user