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