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 214292bc8f - Show all commits

View file

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