add missing field
[opensuse:software-o-o.git] / app / views / promomailer / promo_order.rhtml
1 *<%=@order[:amount]%>* to <%=@order[:name]%> <<%=@order[:email]%>>
2
3 Details:
4 <% %w(title name company street1 street2 zip city county country phone email amount reason deadline).each do |k| %>
5 <%= sprintf "%10s | %s", k, @order[k] %>
6 <% end %>