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();
|
])->first();
|
||||||
|
|
||||||
$items = Ledger::where([
|
$items = Ledger::where([
|
||||||
'character_id' => auth()->user()->getId(),
|
|
||||||
'invoice_id' => $invoiceId,
|
'invoice_id' => $invoiceId,
|
||||||
])->get();
|
])->get();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user