added country to order in admin
This commit is contained in:
parent
58d8bb67aa
commit
cd2f68ea73
|
|
@ -36,6 +36,10 @@
|
|||
<dd><%= @order.zip_code %> <%= @order.city %></dd>
|
||||
<dt>Telefon</dt>
|
||||
<dd><%= @order.phone %></dd>
|
||||
<dt>Województwo</dt>
|
||||
<dd><%= @order.voivodeship %></dd>
|
||||
<dt>Państwo</dt>
|
||||
<dd><%= @order.country %></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue