Fixing style errors.

This commit is contained in:
stickler-ci 2023-04-20 18:23:40 +00:00
parent 1410565b83
commit 69f6685971

View File

@ -1260,7 +1260,7 @@ foreach ($listofreferent as $key => $value) {
print ' - '.$element->ref_customer;
}
// Compatibility propale
if (empty($element->ref_customer) && !empty($element->ref_client)){
if (empty($element->ref_customer) && !empty($element->ref_client)) {
print ' - '.$element->ref_client;
}
}