Se cambia el total de acuerdo a informacion de Contador

This commit is contained in:
Juan Pablo Vial
2024-06-11 18:07:12 -04:00
parent 61533b5a4c
commit b7e9a17586

View File

@ -908,7 +908,7 @@
'</tr>',
'<tr>',
'<td class="grey">Monto Total</td>',
'<td class="right aligned"><strong id="total">'+formatters.pesos.format(venta.bruto * propietario.props.proporcion)+'</strong></td>',
'<td class="right aligned"><strong id="total">'+formatters.pesos.format(venta.total * propietario.props.proporcion)+'</strong></td>',
'</tr>',
'</tbody>',
'</table>',