Minor fixes to statement, services and internal things
Many misc updates
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<tr class="<?php echo $i ? 'odd' : 'even'; ?>">
|
||||
<td><?php echo $service->account->accnum(); ?></td>
|
||||
<td><?php echo $service->account->name(); ?></td>
|
||||
<td><?php printf('%s (%s)',$service->name(),$service->id); ?></td>
|
||||
<td><?php echo $service->display('recur_schedule'); ?></td>
|
||||
<td><?php echo $service->display('price'); ?></td>
|
||||
<td><?php echo $service->account->invoices_due_total(); ?></td>
|
||||
<td><?php echo $service->display('date_next_invoice'); ?></td>
|
||||
</tr>
|
@@ -1,16 +0,0 @@
|
||||
<!-- Print out the heading for the first record -->
|
||||
<!-- // @todo This needs to be translated -->
|
||||
<?php if (! $last_checkout); {?>
|
||||
<tr class="title">
|
||||
<td colspan="7"><?php echo $checkout_name; ?></td>
|
||||
</tr>
|
||||
<tr class="head">
|
||||
<td>Account ID</td>
|
||||
<td>Account</td>
|
||||
<td>Service</td>
|
||||
<td>Frequency</td>
|
||||
<td>Amount</td>
|
||||
<td>Invoices Due</td>
|
||||
<td>Next Payment Date</td>
|
||||
</tr>
|
||||
<?php } ?>
|
@@ -1,5 +0,0 @@
|
||||
<tr class="<?php echo $i ? 'odd' : 'even'; ?>">
|
||||
<td colspan="4"> </td>
|
||||
<td><b><?php echo $subtotal; ?></b></td>
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
Reference in New Issue
Block a user