mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes
This commit is contained in:
parent
30ddf44598
commit
fa3fc05f7c
@ -19,7 +19,7 @@ use Illuminate\Support\Facades\Storage;
|
||||
|
||||
class GetPurchaseOrderPdf extends AbstractService
|
||||
{
|
||||
public function __construct(public PurchaseOrder $purchase_order, public VendorContact $contact = null)
|
||||
public function __construct(public PurchaseOrder $purchase_order, public ?VendorContact $contact = null)
|
||||
{
|
||||
$this->purchase_order = $purchase_order;
|
||||
|
||||
|
@ -45,6 +45,7 @@
|
||||
</div>
|
||||
|
||||
@include('portal.ninja2020.components.pdf-viewer', ['url' => route('client.statement.raw')])
|
||||
|
||||
@endsection
|
||||
|
||||
@push('footer')
|
||||
|
Loading…
x
Reference in New Issue
Block a user