Merge pull request #11807 from abdellani/fix-bulk-invoice-printing

[Invoices] fix bulk invoice printing
This commit is contained in:
Rachel Arnould
2023-11-29 08:17:38 +01:00
committed by GitHub

View File

@@ -2,8 +2,8 @@
module TermsAndConditionsHelper
def link_to_platform_terms
link_to(t("terms_of_service"), TermsOfServiceFile.current_url, target: "_blank",
rel: "noopener")
content_tag(:a, t("terms_of_service"), href: TermsOfServiceFile.current_url, target: "_blank",
rel: "noopener")
end
def any_terms_required?(distributor)