Fixing style errors.

This commit is contained in:
stickler-ci 2021-06-14 15:10:24 +00:00
parent 564a3b66c2
commit 745ad8b403

View File

@ -66,9 +66,9 @@ foreach ($linkedObjectBlock as $key => $objectlink)
}
} ?></td>
<td class="right"><?php
if(method_exists($objectlink, 'getSommePaiement')) echo $objectlink->getLibStatut(3, $objectlink->getSommePaiement());
if(method_exists($objectlink, 'getSommePaiement')) echo $objectlink->getLibStatut(3, $objectlink->getSommePaiement());
else echo $objectlink->getLibStatut(3);
?></td>
?></td>
<td class="right"><a class="reposition" href="<?php echo $_SERVER["PHP_SELF"].'?id='.$object->id.'&action=dellink&dellinkid='.$key; ?>"><?php echo img_picto($langs->transnoentitiesnoconv("RemoveLink"), 'unlink'); ?></a></td>
</tr>
<?php