mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
zip pdf download
This commit is contained in:
@ -621,6 +621,10 @@ class ProductionService extends BaseService
|
||||
{
|
||||
return view("themes/vuexy/pdfs/orden_trabajo", $this->getDataPdf());
|
||||
}
|
||||
public function getPdfContent()
|
||||
{
|
||||
return view("themes/vuexy/pdfs/orden_trabajo_view", $this->getDataPdf());
|
||||
}
|
||||
public function getFerroPdf()
|
||||
{
|
||||
return view("themes/vuexy/pdfs/ferro", $this->getDataPdf());
|
||||
|
||||
Reference in New Issue
Block a user