Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop

This commit is contained in:
David Bomba 2022-06-30 13:34:17 +10:00
commit 8e6d0fd250

View File

@ -65,6 +65,10 @@ class CreatePurchaseOrderPdf implements ShouldQueue
public $vendor; public $vendor;
private string $path = '';
private string $file_path = '';
/** /**
* Create a new job instance. * Create a new job instance.
* *
@ -110,7 +114,7 @@ class CreatePurchaseOrderPdf implements ShouldQueue
} }
} }
return $file_path; return $this->file_path;
} }
public function rawPdf() public function rawPdf()