mirror of
https://github.com/itflow-org/itflow
synced 2026-08-18 13:35:12 +00:00
Use Short echo tags across the code
This commit is contained in:
@@ -67,8 +67,8 @@ enforceUserPermission('module_financial');
|
||||
?>
|
||||
|
||||
<tr>
|
||||
<td><a href="../../agent/invoices.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
|
||||
<td class="text-right"><?php echo numfmt_format_currency($currency_format, $balance, $session_company_currency); ?></td>
|
||||
<td><a href="../../agent/invoices.php?client_id=<?= $client_id ?>"><?= $client_name ?></a></td>
|
||||
<td class="text-right"><?= numfmt_format_currency($currency_format, $balance, $session_company_currency) ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user