Fixing style errors.
This commit is contained in:
parent
a374ffd03a
commit
f6513b898d
@ -413,7 +413,7 @@ class pdf_storm extends ModelePDFDeliveryOrder
|
||||
for ($i = 0; $i < $nblines; $i++)
|
||||
{
|
||||
// Fetch optionals
|
||||
if(empty($object->lines[$i]->array_options)){
|
||||
if (empty($object->lines[$i]->array_options)){
|
||||
$object->lines[$i]->fetch_optionals();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user