minor fixes

This commit is contained in:
David Bomba 2023-06-30 10:37:13 +10:00
parent 30ddf44598
commit fa3fc05f7c
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -45,6 +45,7 @@
</div>
@include('portal.ninja2020.components.pdf-viewer', ['url' => route('client.statement.raw')])
@endsection
@push('footer')