Fixing style errors.
This commit is contained in:
parent
1410565b83
commit
69f6685971
@ -1260,7 +1260,7 @@ foreach ($listofreferent as $key => $value) {
|
|||||||
print ' - '.$element->ref_customer;
|
print ' - '.$element->ref_customer;
|
||||||
}
|
}
|
||||||
// Compatibility propale
|
// Compatibility propale
|
||||||
if (empty($element->ref_customer) && !empty($element->ref_client)){
|
if (empty($element->ref_customer) && !empty($element->ref_client)) {
|
||||||
print ' - '.$element->ref_client;
|
print ' - '.$element->ref_client;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user