2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-12 14:28:55 +00:00

Update report example (#11704)

* Update report example

* Fix typo
This commit is contained in:
Oliver
2026-04-09 13:31:25 +10:00
committed by GitHub
parent 7da430f0e7
commit cdb8ad4c30

View File

@@ -599,7 +599,7 @@ To access just the value of a parameter, use the `parameter_value` template tag:
{% raw %} {% raw %}
{% load report %} {% load report %}
{% parameter_value part "length" as length_value %} {% parameter_value part "length" backup_value="3"as length_value %}
Part: {{ part.name }}<br> Part: {{ part.name }}<br>
Length: {{ length_value }} Length: {{ length_value }}
{% endraw %} {% endraw %}