Changeset 4c11790 in sicp


Ignore:
Timestamp:
Jan 18, 2016, 10:44:36 AM (8 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
7f4a061
Parents:
e59eed2
Message:

agregada variable anho en el action del formulario para el calculo de divisas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/funciones.js

    ra38c0eb r4c11790  
    185185                            URL_REQUERIMIENTO_DIVISAS+"?id="+id+
    186186                            "&cambio="+$(modal).find("#cambionominal").val()+
    187                             "&tipo="+tipo                               
     187                            "&tipo="+tipo+"&anho="+$(modal).find("#anhoregistro").val()
    188188                    );
    189189                    divisas_form.submit();
Note: See TracChangeset for help on using the changeset viewer.