fix foodcourt api for tax_profile
This commit is contained in:
@@ -36,7 +36,7 @@ class SaleTax < ApplicationRecord
|
||||
end
|
||||
|
||||
def display_name
|
||||
"#{self.tax_name} (#{'Incl.' if self.inclusive} #{self.tax_rate}%"
|
||||
"#{self.tax_name} (#{'Incl. ' if self.inclusive}#{self.tax_rate}%)"
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user