spree_zone_pricing 0.1.58 → 0.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
zone = Spree::Zone.find(zone_currency.zone_id)
|
|
16
16
|
%>
|
|
17
17
|
<td><%= link_to zone.name, edit_admin_zone_currency_path(zone_currency) %></td>
|
|
18
|
-
<td><%= zone_currency.
|
|
18
|
+
<td><%= zone_currency.currency %></td>
|
|
19
19
|
<td class='actions' data-hook="admin_zone_currencies_index_row_actions">
|
|
20
20
|
<%= link_to_edit_url edit_admin_zone_currency_path(zone_currency), :title => "admin_edit_#{dom_id(zone_currency)}" %>
|
|
21
21
|
</td>
|