mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-16 17:24:39 -04:00
Sort invoices in descending order
This commit is contained in:
parent
3062ee4fec
commit
bb7f9c64d5
@ -26,6 +26,11 @@ class InvoicesTable extends Component
|
|||||||
|
|
||||||
public $status = [];
|
public $status = [];
|
||||||
|
|
||||||
|
public function mount()
|
||||||
|
{
|
||||||
|
$this->sort_asc = false;
|
||||||
|
}
|
||||||
|
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
$local_status = [];
|
$local_status = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user