Merge pull request #9442 from jibees/8904-display-fees-name-instead-of-type-on-invoices

Display fees name instead of type on invoices
This commit is contained in:
Maikel
2022-10-10 13:15:01 +11:00
committed by GitHub
8 changed files with 24 additions and 45 deletions

View File

@@ -2278,7 +2278,6 @@ See the %{link} to find out more about %{sitename}'s features and to start using
orders_form_empty_cart: "Empty cart"
orders_form_update_cart: "Update"
orders_form_subtotal: "Produce subtotal"
orders_form_admin: "Admin & Handling"
orders_form_total: "Total"
orders_oc_expired_headline: "Orders have closed for this order cycle"
orders_oc_expired_text: "Sorry, orders for this order cycle closed %{time} ago! Please contact your hub directly to see if they can accept late orders."
@@ -2907,7 +2906,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
action_required: "Action required"
tag_rules: "Tag Rules"
enterprise_fee_whole_order: Whole order
enterprise_fee_by: "%{type} fee by %{role} %{enterprise_name}"
enterprise_fee_by_name: "%{name} fee by %{role} %{enterprise_name}"
validation_msg_relationship_already_established: "^That relationship is already established."
validation_msg_at_least_one_hub: "^At least one hub must be selected"
validation_msg_tax_category_cant_be_blank: "^Tax Category can't be blank"