<tablewidth="50%"align="center"><tbody><tr><tdheight="5"></td></tr><tr><tdalign="center"><b>Seleccione la Empresa a representar:</b></td></tr><tr><tdheight="5"></td></tr><tr><tdalign="center"><inputtype="hidden"name="idContribuyente"id="idcontribuyente"><inputtype="button"class="btn_empresa ui-button ui-widget ui-state-default ui-corner-all"style="width:100%"value="LEYES RODOLFO LUIS"onclick="document.getElementById('idcontribuyente').value='0';document.seleccionaEmpresaForm.submit();"role="button"></td></tr><tr><tdheight="5"></td></tr></tbody></table>
Relacionado con este issue del backend https://github.com/Rodley-LLC/bot-bunny-rails-backend/issues/142
Asi se ve el HTML de la empresa a seleccionar.
```html
<table width="50%" align="center">
<tbody>
<tr>
<td height="5"></td>
</tr>
<tr>
<td align="center"><b>Seleccione la Empresa a representar:</b></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td align="center">
<input type="hidden" name="idContribuyente" id="idcontribuyente">
<input type="button" class="btn_empresa ui-button ui-widget ui-state-default ui-corner-all"
style="width:100%" value="LEYES RODOLFO LUIS"
onclick="document.getElementById('idcontribuyente').value='0';document.seleccionaEmpresaForm.submit();"
role="button">
</td>
</tr>
<tr>
<td height="5"></td>
</tr>
</tbody>
</table>
```
Relacionado con este issue del backend https://github.com/Rodley-LLC/bot-bunny-rails-backend/issues/142
Asi se ve el HTML de la empresa a seleccionar.
Finalizado en rama main ahora