added date due to unpaid invoices on admin page
This commit is contained in:
@@ -43,7 +43,7 @@ class MiningTaxesAdminController extends Controller
|
|||||||
'status' => 'Late',
|
'status' => 'Late',
|
||||||
])->orWhere([
|
])->orWhere([
|
||||||
'status' => 'Deferred',
|
'status' => 'Deferred',
|
||||||
])->paginate(50);
|
])->orderByDesc('date_due')->paginate(50);
|
||||||
|
|
||||||
$totalAmount = Invoice::where([
|
$totalAmount = Invoice::where([
|
||||||
'status' => 'Pending',
|
'status' => 'Pending',
|
||||||
|
|||||||
Reference in New Issue
Block a user