add inclc in receipt bill
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user