mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-12 14:28:55 +00:00
@@ -599,7 +599,7 @@ To access just the value of a parameter, use the `parameter_value` template tag:
|
||||
{% raw %}
|
||||
{% load report %}
|
||||
|
||||
{% parameter_value part "length" as length_value %}
|
||||
{% parameter_value part "length" backup_value="3"as length_value %}
|
||||
Part: {{ part.name }}<br>
|
||||
Length: {{ length_value }}
|
||||
{% endraw %}
|
||||
|
||||
Reference in New Issue
Block a user