Se cambia el total de acuerdo a informacion de Contador
This commit is contained in:
@ -908,7 +908,7 @@
|
|||||||
'</tr>',
|
'</tr>',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td class="grey">Monto Total</td>',
|
'<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>',
|
'</tr>',
|
||||||
'</tbody>',
|
'</tbody>',
|
||||||
'</table>',
|
'</table>',
|
||||||
|
Reference in New Issue
Block a user