Merge pull request #5450 from rmklaus12/5095-ordercycle-amtqty-translations

Changed report_header fields for amount and quantity to reflect corre…
This commit is contained in:
Luis Ramos
2020-05-21 21:21:14 +01:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ module OpenFoodNetwork
[I18n.t(:report_header_hub), I18n.t(:report_header_customer), I18n.t(:report_header_email),
I18n.t(:report_header_phone), I18n.t(:report_header_producer),
I18n.t(:report_header_product), I18n.t(:report_header_variant),
I18n.t(:report_header_amount),
I18n.t(:report_header_quantity),
I18n.t(:report_header_item_price, currency: currency_symbol),
I18n.t(:report_header_item_fees_price, currency: currency_symbol),
I18n.t(:report_header_admin_handling_fees, currency: currency_symbol),

View File

@@ -12,7 +12,7 @@ module OpenFoodNetwork
I18n.t(:report_header_producer),
I18n.t(:report_header_product),
I18n.t(:report_header_variant),
I18n.t(:report_header_amount),
I18n.t(:report_header_quantity),
I18n.t(:report_header_curr_cost_per_unit),
I18n.t(:report_header_total_cost),
I18n.t(:report_header_status),

View File

@@ -12,7 +12,7 @@ module OpenFoodNetwork
def header
[I18n.t(:report_header_hub), I18n.t(:report_header_producer),
I18n.t(:report_header_product), I18n.t(:report_header_variant),
I18n.t(:report_header_amount), I18n.t(:report_header_curr_cost_per_unit),
I18n.t(:report_header_quantity), I18n.t(:report_header_curr_cost_per_unit),
I18n.t(:report_header_total_cost), I18n.t(:report_header_total_shipping_cost),
I18n.t(:report_header_shipping_method)]
end

View File

@@ -14,7 +14,7 @@ module OpenFoodNetwork
def header
[I18n.t(:report_header_producer), I18n.t(:report_header_product),
I18n.t(:report_header_variant), I18n.t(:report_header_to_hub),
I18n.t(:report_header_amount), I18n.t(:report_header_curr_cost_per_unit),
I18n.t(:report_header_quantity), I18n.t(:report_header_curr_cost_per_unit),
I18n.t(:report_header_total_cost), I18n.t(:report_header_shipping_method)]
end

View File

@@ -13,7 +13,7 @@ module OpenFoodNetwork
def header
[I18n.t(:report_header_producer), I18n.t(:report_header_product),
I18n.t(:report_header_variant), I18n.t(:report_header_amount),
I18n.t(:report_header_variant), I18n.t(:report_header_quantity),
I18n.t(:report_header_total_units), I18n.t(:report_header_curr_cost_per_unit),
I18n.t(:report_header_total_cost), I18n.t(:report_header_status),
I18n.t(:report_header_incoming_transport)]