mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjustment for Purchase Orders in Portal
This commit is contained in:
parent
dd4f38aeb1
commit
ab39a55eb1
@ -9,7 +9,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
</button>
|
||||
@if($settings->enable_e_invoice && $entity_type == 'invoice')
|
||||
@if($entity_type == 'invoice' && $settings->enable_e_invoice)
|
||||
<button wire:loading.attr="disabled" wire:click="downloadEInvoice" class="bg-primary text-white px-4 py-4 lg:px-2 lg:py-2 rounded" type="button">
|
||||
<span>{{ ctrans('texts.download_e_invoice') }}</span>
|
||||
<div wire:loading wire:target="downloadEInvoice">
|
||||
|
Loading…
x
Reference in New Issue
Block a user