mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:51:59 +01:00
accounting fix
This commit is contained in:
parent
b36386676b
commit
90eef6b43d
@ -34,7 +34,7 @@
|
||||
<tr>
|
||||
<th><?php echo $viewname; ?> <a href="index.php?route=accounting/accounting&view=<?php echo $view; ?>&sort=item&order=0"><i class="icon-chevron-up"></i></a> <a href="index.php?route=accounting/accounting&view=<?php echo $view; ?>&sort=item&order=1"><i class="icon-chevron-down"></i></a></th>
|
||||
|
||||
<?php if(ENABLE_SAAS == 1) { ?>
|
||||
<?php if(ENABLE_SAAS == 1 && $view == 'domain') { ?>
|
||||
<th><?php print $text_users; ?></th>
|
||||
<?php } ?>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
<tr>
|
||||
<td><?php echo $details['item']; ?></td>
|
||||
|
||||
<?php if(ENABLE_SAAS == 1) { ?>
|
||||
<?php if(ENABLE_SAAS == 1 && $view == 'domain') { ?>
|
||||
<td><a href="index.php?route=accounting/accounting&view=accounts&domain=<?php echo $details['item']; ?>"><?php echo count($accounts[$details['item']]); ?></a></td>
|
||||
<?php } ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user