Commit 027bad4d32d20031d98c2647b028df9004a56415

Authored by Eric Fernandez
1 parent 05afa0597b
Exists in master

no se puede aceptar hasta que haya al menos un plazo

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/views/modal-precio-condicion.html
... ... @@ -178,6 +178,7 @@
178 178 </button>
179 179 <button
180 180 ng-show="ingreso"
  181 + ng-disabled="plazosNuevos.length === 0"
181 182 class="btn btn-sm btn-primary"
182 183 type="button"
183 184 ng-click="select(plazosNuevos)"