mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
realizado el calculo por horas e introducido en el comparador
This commit is contained in:
@ -249,7 +249,7 @@ class Maquinastarifasimpresion extends \App\Controllers\GoBaseResourceController
|
||||
// Si no se quiere borrar...
|
||||
if ($data['data'][$pkey]['is_deleted'] != 1) {
|
||||
// Cubierta y sobrecubierta sólo pueden ser en color
|
||||
if ($values['uso'] != 'interior' && $values['tipo'] != 'color') {
|
||||
if ($values['uso'] != 'interior' && $values['tipo'] != 'colorhq') {
|
||||
return lang('MaquinasTarifasImpresions.validation.cubierta_sobrecubierta_color');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user