mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Deleted some lines of codes
This commit is contained in:
@@ -60,7 +60,6 @@ class CheckForStorageInvoiceByTransactions
|
||||
$filters = json_decode($request->input('filters'), true);
|
||||
$filters['type_in'] = [TransactionType::SHIPPING_INVOICE];
|
||||
if(json_encode($filters['order_by']) == '{"column":"id","DESC":true}'){
|
||||
Log::channel('storage_invoices')->info('CheckForStorageInvoiceByTransactions 3 Match');
|
||||
$filters['order_by_id_desc'] = true;
|
||||
}
|
||||
unset($filters['order_by']);
|
||||
|
||||
Reference in New Issue
Block a user