Commit 8845ac952a8ac4a52e73f056b1169c3e3e451a3e
1 parent
19fb9ebbeb
Exists in
master
and in
1 other branch
Búsqueda por codigo_afip
Showing
1 changed file
with
1 additions
and
1 deletions
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.moneda.ID != 1) { | |
| 810 | + if (notaPedido.cotizacion.moneda.CODIGO_AFIP != 'PES') { | |
| 811 | 811 | cabeceras.push({ |
| 812 | 812 | label: 'Moneda:', |
| 813 | 813 | valor: notaPedido.cotizacion.moneda.DETALLE |