Merge pull request #3609 from luisramos0/2-0-delete-acct-invoices-last-bit

[Spree Upgrade] Finish up deleting account invoices
This commit is contained in:
Maikel
2019-03-28 13:42:01 +11:00
committed by GitHub
6 changed files with 16 additions and 71 deletions

View File

@@ -1,8 +0,0 @@
angular.module("admin.enterprises").directive "monthlyPricingDescription", (monthlyBillDescription) ->
restrict: 'E'
scope:
joiner: "@"
template: "<span ng-bind-html='billDescription'></span>"
link: (scope, element, attrs) ->
joiners = { comma: ", ", newline: "<br>" }
scope.billDescription = monthlyBillDescription.replace("{joiner}", joiners[scope.joiner])