nochmal nue

This commit is contained in:
lubiana 2025-06-09 22:05:01 +02:00
parent 2c2e34b71e
commit 6f07d70436
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
27 changed files with 311 additions and 1988 deletions

View file

@ -124,7 +124,6 @@
<thead>
<tr>
<th>Date</th>
<th>Old Value</th>
<th>New Value</th>
</tr>
</thead>
@ -132,7 +131,6 @@
{% for log in desired_stock_history %}
<tr>
<td>{{ log.changeDate|date('Y-m-d H:i:s') }}</td>
<td>{{ log.oldValue }}</td>
<td>{{ log.newValue }}</td>
</tr>
{% endfor %}