2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-05-05 17:08:56 +00:00

Update reference.md ()

Fix typo
This commit is contained in:
Oliver 2023-02-02 17:31:16 +11:00 committed by GitHub
parent 1f2598b748
commit 41e89c06ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,4 +47,4 @@ Some examples below demonstrate how the variable substitution can be implemented
| --- | --- | --- |
| `{% raw %}PO-{ref}{% endraw %}` | Render the *reference* variable without any custom formatting | PO-123 |
| `{% raw %}PO-{ref:05d}{% endraw %}` | Render the *reference* variable as a 5-digit decimal number | PO-00123 |
| `{% raw %}PO-{ref:05d}-{date:%Y-%M-%d}{% endraw %}` | Render the *date* variable in isoformat | PO-00123-2023-01-17 |
| `{% raw %}PO-{ref:05d}-{date:%Y-%m-%d}{% endraw %}` | Render the *date* variable in isoformat | PO-00123-2023-01-17 |