Fixing style errors.

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

View File

@ -68,7 +68,7 @@ foreach ($linkedObjectBlock as $key => $objectlink)
<td class="right"><?php <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); 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> <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> </tr>
<?php <?php