funcion/actualizaciones #48

Open
atasistro wants to merge 47 commits from funcion/actualizaciones into master
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>