mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix templated string
This commit is contained in:
parent
bfb8e61df5
commit
7335bfae19
@ -192,7 +192,7 @@ function renderPart(name, data, parameters={}, options={}) {
|
|||||||
<small>
|
<small>
|
||||||
${stock_data}
|
${stock_data}
|
||||||
${extra}
|
${extra}
|
||||||
${renderId('{% trans "Part ID" $}', data.pk, parameters)}
|
${renderId('{% trans "Part ID" %}', data.pk, parameters)}
|
||||||
</small>
|
</small>
|
||||||
</span>`;
|
</span>`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user