modified display invoices to display the whole invoice and not only part of the invoice

This commit is contained in:
2021-06-17 00:25:58 +09:00
parent 736eb6feba
commit eceac30f4b

View File

@@ -222,7 +222,6 @@ class MiningTaxesController extends Controller
])->first();
$items = Ledger::where([
'character_id' => auth()->user()->getId(),
'invoice_id' => $invoiceId,
])->get();