diff --git a/hesabixCore/templates/pdf/printers/buy.html.twig b/hesabixCore/templates/pdf/printers/buy.html.twig
index 48f10fd9..ea458508 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 9817e7fe..e688dad0 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 }} |