funcion/actualizaciones #48

Merged
atasistro merged 48 commits from funcion/actualizaciones into master 2025-08-27 19:09:05 -03:00
Showing only changes of commit 9ee6de7877 - Show all commits

View file

@ -7,7 +7,7 @@
:requiere_notas="producto.requiere_notas" :requiere_notas="producto.requiere_notas"
/> />
</td> </td>
<td class="has-text-right">{{ `${cantidad(producto.id) * producto.precio}` }}</td> <td class="has-text-right">{{ `${producto.total}` }}</td>
</tr> </tr>
</template> </template>
<script> <script>