mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
/client/statement
This commit is contained in:
parent
224b348fd8
commit
c4cd0533e9
@ -31,7 +31,7 @@
|
|||||||
<span class="ml-2">{{ ctrans('texts.show_aging') }}</span>
|
<span class="ml-2">{{ ctrans('texts.show_aging') }}</span>
|
||||||
</label> <!-- End show aging checkbox -->
|
</label> <!-- End show aging checkbox -->
|
||||||
</div>
|
</div>
|
||||||
<button id="pdf-download" class="button button-primary bg-primary mt-4 md:mt-0">{{ ctrans('texts.download') }}</button>
|
<button onclick="setTimeout(() => this.disabled = true, 0); setTimeout(() => this.disabled = false, 5000); return true;" id="pdf-download" class="button button-primary bg-primary mt-4 md:mt-0">{{ ctrans('texts.download') }}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@include('portal.ninja2020.components.pdf-viewer', ['url' => route('client.statement.raw')])
|
@include('portal.ninja2020.components.pdf-viewer', ['url' => route('client.statement.raw')])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user