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>
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue