Commit 107c88bc001ca12608dcc450e91ef9f9782a0199
1 parent
4ce8665740
Exists in
master
and in
1 other branch
Arreglo espacio
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -998,7 +998,6 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 998 | 998 | ' - ' + remito.proveedor.NOM |
| 999 | 999 | }); |
| 1000 | 1000 | } |
| 1001 | - | |
| 1002 | 1001 | if (remito.flete !== undefined && remito.fob !== undefined) { |
| 1003 | 1002 | cabeceras.push({ |
| 1004 | 1003 | label: 'Flete:', |
| ... | ... | @@ -1006,7 +1005,6 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 1006 | 1005 | remito.flete ? 'Si' : 'No') |
| 1007 | 1006 | }); |
| 1008 | 1007 | } |
| 1009 | - | |
| 1010 | 1008 | if (remito.remitoPlazo) { |
| 1011 | 1009 | cabeceras.push({ |
| 1012 | 1010 | label: 'Precio condicion:', |
| ... | ... | @@ -1014,7 +1012,6 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 1014 | 1012 | remitoBusinessService.plazoToString(remito.remitoPlazo) |
| 1015 | 1013 | }); |
| 1016 | 1014 | } |
| 1017 | - | |
| 1018 | 1015 | function valorPrecioCondicion() { |
| 1019 | 1016 | if (remito.idPrecioCondicion > 0) { |
| 1020 | 1017 | return remito.precioCondicion.nombre; |
| ... | ... | @@ -1022,7 +1019,6 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 1022 | 1019 | return 'Ingreso Manual'; |
| 1023 | 1020 | } |
| 1024 | 1021 | } |
| 1025 | - | |
| 1026 | 1022 | if (remito.flete === 1) { |
| 1027 | 1023 | var cabeceraBomba = { |
| 1028 | 1024 | label: 'Bomba', |