feat: add companion2 support, fix UI rendering, and update test data generator
This commit is contained in:
@@ -80,8 +80,8 @@
|
||||
<button type="button" class="btn btn-sm btn-danger" data-bs-toggle="modal" data-bs-target="#deleteRendicion{{ r[0] }}" title="Eliminar Rendición"><i class="bi bi-trash"></i></button>
|
||||
</div>
|
||||
|
||||
{{ rendicion_detail_modal(r, r[20], r[21], r[22]) }}
|
||||
{{ edit_rendicion_modal(r, r[20], workers, modulos) }}
|
||||
{{ rendicion_detail_modal(r, r[23], r[24], r[25]) }}
|
||||
{{ edit_rendicion_modal(r, r[23], workers, modulos) }}
|
||||
|
||||
{{ confirm_modal(
|
||||
id='deleteRendicion' ~ r[0],
|
||||
|
||||
Reference in New Issue
Block a user