Closes translation bug for enterprise fee settings

This commit is contained in:
Syed Usama Amer
2019-05-01 10:43:35 -05:00
parent 88cbf5bd36
commit 75a7745736
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
angular.module('admin.enterpriseFees').controller 'enterpriseFeesCtrl', ($scope, $http, $window, enterprises, tax_categories, calculators) ->
$scope.enterprises = enterprises
$scope.tax_categories = [{id: -1, name: "Inherit From Product"}].concat tax_categories
$scope.tax_categories = [{id: -1, name: t('js.admin.enterprise_fees.inherit_from_product') }].concat tax_categories
$scope.calculators = calculators
$scope.enterpriseFeesUrl = ->