Commit 46d296bf29f853f81d238a2de602d0f731ddf616
1 parent
b598c80ad3
Exists in
master
and in
1 other branch
Cambios en el relleno de la cabecera ("Pesos argentinos")
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -965,7 +965,7 @@ angular.module('focaCrearRemito') .controller('remitoController', |
965 | 965 | |
966 | 966 | var cabeceras = []; |
967 | 967 | |
968 | - if (remito.cotizacion.ID) { | |
968 | + if (remito.cotizacion.moneda.CODIGO_AFIP != 'PES') { | |
969 | 969 | cabeceras.push({ |
970 | 970 | label: 'Moneda:', |
971 | 971 | valor: remito.cotizacion.moneda.DETALLE |