Commit 8041e9183f7d212c695e54201fca7d3dccaaa467
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !63
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -807,7 +807,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
807 | 807 | |
808 | 808 | var cabeceras = []; |
809 | 809 | |
810 | - if (notaPedido.cotizacion) { | |
810 | + if (notaPedido.cotizacion.moneda.CODIGO_AFIP != 'PES') { | |
811 | 811 | cabeceras.push({ |
812 | 812 | label: 'Moneda:', |
813 | 813 | valor: notaPedido.cotizacion.moneda.DETALLE |