added country to order in admin

This commit is contained in:
Adrian Hinz 2018-06-05 10:39:43 +02:00
parent 58d8bb67aa
commit cd2f68ea73
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
<dd><%= @order.zip_code %> <%= @order.city %></dd> <dd><%= @order.zip_code %> <%= @order.city %></dd>
<dt>Telefon</dt> <dt>Telefon</dt>
<dd><%= @order.phone %></dd> <dd><%= @order.phone %></dd>
<dt>Województwo</dt>
<dd><%= @order.voivodeship %></dd>
<dt>Państwo</dt>
<dd><%= @order.country %></dd>
</dl> </dl>
</div> </div>
</div> </div>