Changeset 6409d49 in sicp


Ignore:
Timestamp:
Jun 4, 2015, 11:55:11 AM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
ac14769
Parents:
d85290d
Message:

se agrega parametro id para la consulta sobre el calculo de requerimiento de divisas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/simulacion/sigesic/templates/consultar_ue.html

    r7869777 r6409d49  
    4747                        <td>{{ ue.ciudad.upper }}</td>
    4848                        <td class="text-center">
    49                             <a href="#" style="color: black; text-decoration-line: underline" onclick="requerimiento_divisas('ue')">
     49                            <a href="#" style="color: black; text-decoration-line: underline" onclick="requerimiento_divisas('ue', '{{ ue.rif }}', $('#req-divisas-form').html())">
    5050                                Divisas
    5151                            </a>
     
    5757    </table>
    5858{% endblock %}
     59{% block forms_popup %}{% include 'popup_form.html' %}{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.