mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove portal debugging span
This commit is contained in:
parent
19f1750f22
commit
18892220c7
@ -78,7 +78,6 @@
|
|||||||
href="{{ route('client.invoice.show', ['invoice' => $invoice->hashed_id])}}">
|
href="{{ route('client.invoice.show', ['invoice' => $invoice->hashed_id])}}">
|
||||||
{{ $invoice->number }}
|
{{ $invoice->number }}
|
||||||
</a>
|
</a>
|
||||||
<span>Payment: {{ $payment->hashed_id }} Invoice: {{ $invoice->hashed_id }} Amount: {{ $payment->amount }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user