close #273 Fixed: Banking - Transfer and Transactions - Latest dates should be first then descend for consistency

This commit is contained in:
cuneytsenturk
2018-07-09 12:01:16 +03:00
parent bf30fad8af
commit eec7c0290b
6 changed files with 132 additions and 60 deletions

View File

@ -95,5 +95,6 @@ class Kernel extends HttpKernel
'invoice.dateformat' => \App\Http\Middleware\InvoiceDateFormat::class,
'payment.dateformat' => \App\Http\Middleware\PaymentDateFormat::class,
'revenue.dateformat' => \App\Http\Middleware\RevenueDateFormat::class,
'transfer.dateformat' => \App\Http\Middleware\TransferDateFormat::class,
];
}