mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
commit
8e6d0fd250
6
app/Jobs/Vendor/CreatePurchaseOrderPdf.php
vendored
6
app/Jobs/Vendor/CreatePurchaseOrderPdf.php
vendored
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user