$where = implode( ' AND ', $where_params );
// Get the list of invoices and determine number of invoices in list
- $orderBy = 'due_date ASC, transaction_time DESC';
+ $orderBy = 'due_date DESC, transaction_time DESC';
$this->line_items_post = true;
$invoicesResult = $this->getList($where, $orderBy, true, 'id', $start, $limit);
$totalInvoices = $this->getStats($where);
</div> <!-- / admin content area -->
<div class="glm-copyright">
- Billing<br>
+ {$glmPluginName}<br>
Copyright © 2014-{$thisYear} Gaslight Media - All Rights Reserved<br>
Phone: 231-487-0692 - E-Mail: plugins@gaslightmedia.com<br>
<a href="http://www.gaslightmedia.com">http://www.gaslightmedia.com</a>