funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit e779111856 - Show all commits

View file

@ -12,7 +12,9 @@
<td class="has-text-right" >
{{ devoluciones_habilitadas ? pedido.total : pedido.total_sin_devoluciones }}
</td>
<td><switch-aprobacion :pedido_id="pedido_id"></switch-aprobacion></td>
<td>
<switch-aprobacion :pedido_id="pedido_id"/>
</td>
</tr>
</template>