Commit c37903ebcaac02892f16bfc0ee796f215325c88d

Authored by Rodrigo Souto
1 parent dd94ebd5

Fixing notification

plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
... ... @@ -13,7 +13,6 @@
13 13  
14 14 <ul>
15 15 <li><b><%= _('Full name') %>: </b><%= @customer[:name] %></li>
16   - <li><b><%= _('Email') %>: </b><%= @customer[:email] %></li>
17 16 <li><b><%= _('Phone number') %>: </b><%= @customer[:contact_phone] %></li>
18 17 <% if !@customer[:address].blank? || !@customer[:city].blank? || !@customer[:zip_code].blank? %>
19 18 <li><b><%= _('Address') %>:</b>
... ...