implement pdf invoice generation workflow
This commit is contained in:
@@ -65,4 +65,9 @@ class PdfEvent extends ActionEvent
|
||||
{
|
||||
return $this->pdf;
|
||||
}
|
||||
|
||||
public function hasPdf()
|
||||
{
|
||||
return null !== $this->pdf;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user