minor fixes
This commit is contained in:
parent
30ddf44598
commit
fa3fc05f7c
|
|
@ -19,7 +19,7 @@ use Illuminate\Support\Facades\Storage;
|
||||||
|
|
||||||
class GetPurchaseOrderPdf extends AbstractService
|
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;
|
$this->purchase_order = $purchase_order;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@include('portal.ninja2020.components.pdf-viewer', ['url' => route('client.statement.raw')])
|
@include('portal.ninja2020.components.pdf-viewer', ['url' => route('client.statement.raw')])
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('footer')
|
@push('footer')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue