Commit c37903ebcaac02892f16bfc0ee796f215325c88d
1 parent
dd94ebd5
Exists in
staging
and in
42 other branches
Fixing notification
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
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> | ... | ... |