<% if @avalara_entity_use_code.errors.any? %>

<%= pluralize(@use_code.errors.count, "error") %> prohibited this "Use Code" from being saved:

    <% @use_code.errors.full_messages.each do |msg| %>
  • <%= msg %>
  • <% end %>
<% end %>
<%= f.label :use_code %>
<%= f.text_field :use_code, class: 'fullwidth' %>
<%= f.label :use_code_description %>
<%= f.text_field :use_code_description, class: 'fullwidth' %>