Delete dead code Adjustment#display_included_tax

This commit is contained in:
Matt-Yorkley
2021-06-16 22:28:51 +01:00
parent 3ae31ec1ce
commit cb039fd880

View File

@@ -127,10 +127,6 @@ module Spree
state != "open"
end
def display_included_tax
Spree::Money.new(included_tax, currency: currency)
end
def has_tax?
tax_total.positive?
end