{# TODO: Make this pretty for row actions (add tax, add item before, add item after...) #}
|
{{ form_widget(form.tipoRetencion, {'attr': {'class': 'sv_input_codigo text-uppercase'}}) }}
|
{{ form_widget(form.base) }}
{{ form_errors(form.base) }}
|
{{ form_widget(form.porcentaje) }}
{{ form_errors(form.porcentaje) }}
|
{{ form_widget(form.retenido) }}
{{ form_errors(form.retenido) }}
|