diff --git a/hesabixCore/templates/pdf/printers/buy.html.twig b/hesabixCore/templates/pdf/printers/buy.html.twig index 48f10fd..ea45850 100644 --- a/hesabixCore/templates/pdf/printers/buy.html.twig +++ b/hesabixCore/templates/pdf/printers/buy.html.twig @@ -192,7 +192,7 @@ {{ item.commodity.name }} {{ item.des }} - {{ item.commdityCount | number_format }} + {{ item.commdityCount }} {{ item.commodity.unit.name }} {{ ((item.bd - item.tax + item.discount) / item.commdityCount) | number_format }} diff --git a/hesabixCore/templates/pdf/printers/sell.html.twig b/hesabixCore/templates/pdf/printers/sell.html.twig index 9817e7f..e688dad 100644 --- a/hesabixCore/templates/pdf/printers/sell.html.twig +++ b/hesabixCore/templates/pdf/printers/sell.html.twig @@ -192,7 +192,7 @@ {{ item.commodity.name }} {{ item.des }} - {{ item.commdityCount | number_format }} + {{ item.commdityCount }} {{ item.commodity.unit.name }} {{ ((item.bs - item.tax + item.discount) / item.commdityCount) | number_format }}