You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you're completely correct - the issue is that the rendering engine, Template::Toolkit, interprets the hyphen as substraction. We are aware of it, but currently, you will need a workaround.
In the system configuration entry, you may put something like this:
If I want to output dynamic fields in the text, the values are output as 0.
In the Docker log, ‘Argument “” isn't numeric in subtraction (-) at input text line 1. ’ is output.
The error message occurs with this part of the code:
Presumably because the hyphen is handled as a subtraction in the Hardware-SerialNumber string.
The text was updated successfully, but these errors were encountered: