mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 13:37:02 +02:00
accounting date template fixes
This commit is contained in:
@ -56,8 +56,8 @@
|
||||
<td><a href="index.php?route=accounting/accounting&view=accounts&domain=<?php echo $details['item']; ?>"><?php echo count($accounts[$details['item']]); ?></a></td>
|
||||
<?php } ?>
|
||||
|
||||
<td><?php echo date("d M Y",$details['oldest']); ?></td>
|
||||
<td><?php echo date("d M Y",$details['newest']); ?></td>
|
||||
<td><?php echo date(DATE_TEMPLATE, $details['oldest']); ?></td>
|
||||
<td><?php echo date(DATE_TEMPLATE, $details['newest']); ?></td>
|
||||
<td>
|
||||
<?php echo $details['sent']; ?>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user