Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesarockstar1985/9dd33e3a8ec60bc1e2934c383f1cdb94 to your computer and use it in GitHub Desktop.
Save cesarockstar1985/9dd33e3a8ec60bc1e2934c383f1cdb94 to your computer and use it in GitHub Desktop.
public function generateAnyPdf($id = null)
{
$this->set('quote', $this->Quotes->get($id));
$this->set('templates', $this->Quotes->Sureties->Templates->find()->orderAsc('name'));
$this->set('sendTargets', $this->Quotes->getSendTargets($id));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment