diff --git a/jon/templates/inventory/read_report.html b/jon/templates/inventory/read_report.html
index 70239dd..c48c255 100644
--- a/jon/templates/inventory/read_report.html
+++ b/jon/templates/inventory/read_report.html
@@ -10,7 +10,7 @@
Gesamt |
Raum |
Verbrauch [1/d] |
- ETUE [d] |
+ ETUE [d] |
Für 2m |
{% for item in items %}
@@ -18,8 +18,8 @@
{{ item.item_id }} |
{{ item.item_barcode }} |
{{ item.name }} |
- {{ item.units_left + item.correction_delta }} |
- {{ item.sales_units }} |
+ {{ item.units_left }} |
+ {{ item.sales_units + item.correction_delta }} |
{{ item.location_name }} |
{{ item.per_day|round(2) }} |
{% if item.days_left != None %}{{ item.days_left|round(1) }}{% endif %} |