implement pdf invoice generation workflow

This commit is contained in:
Manuel Raynaud
2013-10-02 16:33:43 +02:00
parent 0116cb2891
commit df08809a48
8 changed files with 75 additions and 7 deletions

View File

@@ -65,4 +65,9 @@ class PdfEvent extends ActionEvent
{
return $this->pdf;
}
public function hasPdf()
{
return null !== $this->pdf;
}
}