Implementar mejora seleccion de empresa sin tener el nombre #3

Closed
opened 2 weeks ago by rodo · 1 comments
rodo commented 2 weeks ago
Owner

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.

<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. ```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> ```
rodo self-assigned this 2 weeks ago
rodo commented 1 week ago
Poster
Owner

Finalizado en rama main ahora

Finalizado en rama main ahora
rodo closed this issue 1 week ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.