add req and fix for shift
This commit is contained in:
@@ -604,7 +604,7 @@ end
|
||||
def get_commerical_tax
|
||||
tax = 0.0
|
||||
self.sale_taxes.each do |taxobj|
|
||||
if taxobj.tax_name == "Commerical Tax"
|
||||
if taxobj.tax_name == "Commercial Tax"
|
||||
tax += taxobj.tax_payable_amount
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user