{# TODO: Make this pretty for row actions (add tax, add item before, add item after...) #} {# CAMPO CODIGO DEL PRODUCTO {% if bundle_exists('SiwappProductBundle') %} {{ form_widget(form.product, {'attr': {'class': 'product-autocomplete-name'}}) }} {{ form_errors(form.product) }} {% if bundle_exists('SiwappProductBundle') %} {% endif %} {% endif %} #}
{{ form_widget(form.description, {'attr': {'class': 'sv_input_codigo text-uppercase product-autocomplete-description'}}) }}
{{ form_errors(form.description) }}
{{ form_widget(form.quantity) }} {{ form_errors(form.quantity) }}