Commit fccd51343b11b3a8527d9a41822c8c9b97bfe81c

Authored by Eric Fernandez
1 parent 0c1765bf29
Exists in master

: al todo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -141,7 +141,7 @@ angular.module('focaCrearRemito') .controller('remitoController',
141 141 valor: valorPrecioCondicion()
142 142 }
143 143 ];
144   - //TODO CUANDO MOSTRAR PLAZOS
  144 + //TODO: CUANDO MOSTRAR PLAZOS
145 145 function valorPrecioCondicion() {
146 146 if(notaPedido.idPrecioCondicion > 0) {
147 147 return notaPedido.precioCondicion[0].nombre;