This commit is contained in:
Alejandro Tasistro 2025-05-26 18:05:38 -03:00
parent d6990f8c88
commit e779111856

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>