Changeset 8dfbaa2 in sicp for static


Ignore:
Timestamp:
Dec 21, 2015, 3:09:40 PM (8 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
271f130
Parents:
4b05ccc
Message:

modificación en función para el requerimiento de divisas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/funciones.js

    r1445ed5 r8dfbaa2  
    181181                        }
    182182                    });
     183                    $("#divisas-form").attr('action',
     184                            URL_REQUERIMIENTO_DIVISAS+"?id="+id+
     185                            "&cambio="+$(modal).find("#cambionominal").val()+
     186                            "&tipo="+tipo
     187                    );
    183188                    $("#divisas-form").submit();
    184189                    return false;
Note: See TracChangeset for help on using the changeset viewer.