mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado problemas rotativa y comparador rotativa
This commit is contained in:
@ -230,6 +230,9 @@ class Presupuestoadmin extends \App\Controllers\BaseResourceController
|
||||
$sanitizedData['solapas_sobrecubierta'] = 0;
|
||||
}
|
||||
|
||||
$tipoImpresionModel = new TipoPresupuestoModel();
|
||||
$sanitizedData['cosido'] = $tipoImpresionModel->get_isCosido($sanitizedData['tipo_impresion_id']);
|
||||
|
||||
$noException = true;
|
||||
if (
|
||||
$sanitizedData['papel_formato_id'] == null && $sanitizedData['papel_formato_ancho'] == null
|
||||
|
||||
Reference in New Issue
Block a user