add inclc in receipt bill

This commit is contained in:
phyusin
2018-05-25 15:25:39 +06:30
parent b3e0e7e453
commit 5d63d38e4e
3 changed files with 31 additions and 26 deletions

View File

@@ -291,7 +291,7 @@ class ReceiptBillPdf < Prawn::Document
if sale_data.sale_taxes.length > 0
incl_tax = ""
if sale_data.tax_type == "inculsive"
if sale_data.tax_type == "inclusive"
incl_tax = "Incl."
end