mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido cambio de calidad en importador erp antiguo. falta añadirlo a rama y bubok
This commit is contained in:
@ -2076,4 +2076,15 @@ class PresupuestoService extends BaseService
|
||||
|
||||
return round($merma, 0);
|
||||
}
|
||||
|
||||
|
||||
public static function getCalidad($alias, $cliente_id, $isColor, $isHq, $tirada)
|
||||
{
|
||||
$model = model('App\Models\Configuracion\SelectorCalidadImpresionModel');
|
||||
$calidad = $model->getCalidadImpresion($alias, $cliente_id, $isColor, $isHq, $tirada);
|
||||
if ($calidad) {
|
||||
return [$calidad['isColor'], $calidad['isHq']];
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user