Example #1
0
 /**
  * printAction
  * Create a pdf invoice document
  * @return void
  */
 public function exportAction()
 {
     Invoices::Export();
 }