From eceac30f4b4e3c35751823dbf4ffc4c7f11f9862 Mon Sep 17 00:00:00 2001 From: Christopher Mancuso Date: Thu, 17 Jun 2021 00:25:58 +0900 Subject: [PATCH] modified display invoices to display the whole invoice and not only part of the invoice --- app/Http/Controllers/MiningTaxes/MiningTaxesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php index 7dc79a86a..852a81124 100644 --- a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php +++ b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php @@ -222,7 +222,6 @@ class MiningTaxesController extends Controller ])->first(); $items = Ledger::where([ - 'character_id' => auth()->user()->getId(), 'invoice_id' => $invoiceId, ])->get();