diff --git a/myproject/inventory/templates/inventory/debug_page.html b/myproject/inventory/templates/inventory/debug_page.html index 011d8d2..ef9d359 100644 --- a/myproject/inventory/templates/inventory/debug_page.html +++ b/myproject/inventory/templates/inventory/debug_page.html @@ -247,7 +247,7 @@ {{ batch.product.name }} {{ batch.warehouse.name }} {{ batch.quantity }} - {{ batch.cost_per_unit|floatformat:2 }} + {{ batch.cost_price|floatformat:2 }} {% if batch.is_active %} Да