/client/statement

This commit is contained in:
Benjamin Beganović 2021-11-12 17:01:01 +01:00
parent 224b348fd8
commit c4cd0533e9

View File

@ -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')])