Implement PLESK, SSL Services
This commit is contained in:
@@ -132,11 +132,11 @@
|
||||
<?php }?>
|
||||
<!-- @todo Add discounts -->
|
||||
<tr>
|
||||
<td class="head" colspan="3">Total Invoice:</td>
|
||||
<td class="head" colspan="3">Total This Invoice:</td>
|
||||
<td class="bold-right"><?php echo $io->total(TRUE); ?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head" colspan="3">Total Outstanding:</td>
|
||||
<td class="head" colspan="3">Total Outstanding This Account:</td>
|
||||
<td class="bold-right"><?php echo $io->account->invoices_due_total(NULL,TRUE); ?> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@@ -131,11 +131,11 @@
|
||||
<?php }?>
|
||||
<!-- @todo Add discounts -->
|
||||
<tr>
|
||||
<td class="head" colspan="3">Total Invoice:</td>
|
||||
<td class="head" colspan="3">Total This Invoice:</td>
|
||||
<td class="bold-right"><?php echo $io->total(TRUE); ?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="head" colspan="3">Total Outstanding:</td>
|
||||
<td class="head" colspan="3">Total Outstanding This Account:</td>
|
||||
<td class="bold-right"><?php echo $io->account->invoices_due_total(NULL,TRUE); ?> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user