mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
tipo impresion acabado
This commit is contained in:
@ -88,5 +88,11 @@ class Js_loader extends BaseController
|
||||
return view('themes/backend/vuexy/form/presupuestos/cliente/presupuestoCliente.js');
|
||||
}
|
||||
|
||||
function presupuestoClienteTipoLibro_js()
|
||||
{
|
||||
$this->response->setHeader('Content-Type', 'text/javascript');
|
||||
return view('themes/backend/vuexy/form/presupuestos/cliente/tipoLibroItems.js');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user