Cambio seeder bonos
This commit is contained in:
parent
35b0533664
commit
b19556fd39
|
@ -61,7 +61,7 @@ class ImportarProductoSeeder extends Seeder
|
|||
'nombre' => trim(str_replace('*', ' ',$registro['Producto'])),
|
||||
'precio' => $registro['Precio'],
|
||||
'proveedor_id' => $this->obtenerProveedor($registro['Producto']),
|
||||
'bono' => ($categoria == 'TRANSPORTE, BONOS Y FINANCIAMIENTO SORORO')
|
||||
'bono' => $registro[$this::FILA_HEADER] == "B"
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue