mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
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:
@@ -30,8 +30,8 @@ module OpenFoodNetwork
|
||||
end
|
||||
|
||||
def base_adjustment_label
|
||||
I18n.t(:enterprise_fee_by, type: enterprise_fee.fee_type, role: role,
|
||||
enterprise_name: enterprise_fee.enterprise.name)
|
||||
I18n.t(:enterprise_fee_by_name, name: enterprise_fee.name, role: role,
|
||||
enterprise_name: enterprise_fee.enterprise.name)
|
||||
end
|
||||
|
||||
def tax_category(target)
|
||||
|
||||
Reference in New Issue
Block a user