Editing CustomerDemographic
Back to CustomerDemographic list
{% raw xsrf_form_html() %}
Field name
Field value
{% if (action=='view') %}
CustomerTypeID
{{ data.CustomerTypeID }}
CustomerDesc
{{ data.CustomerDesc }}
{% else %}
CustomerTypeID
CustomerDesc
{{ data.CustomerDesc if (action == 'edit') else '' }}
{% end %}