Cambio seeder bonos

This commit is contained in:
Alejandro Tasistro 2024-03-11 15:34:25 -03:00
parent 35b0533664
commit b19556fd39
1 changed files with 1 additions and 1 deletions

View File

@ -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"
];
}