Deleted some lines of codes

This commit is contained in:
Dillon Ngo
2023-12-07 17:17:39 +08:00
parent b54d897060
commit 138a4f1cf6
@@ -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']);