modified display invoices to display the whole invoice and not only part of the invoice
This commit is contained in:
@@ -222,7 +222,6 @@ class MiningTaxesController extends Controller
|
||||
])->first();
|
||||
|
||||
$items = Ledger::where([
|
||||
'character_id' => auth()->user()->getId(),
|
||||
'invoice_id' => $invoiceId,
|
||||
])->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user