Printed documents have missing or empty content
The source template has an incorrectly closed IF
statement
An ezyVet template can have an IF
statement in the template's source code. You must correctly close the
IF
statement. If you do not close the statement, documents
made from the template could incorrectly have empty content.
<!-- -->
at the end of
the statement. This example shows a statement that is not correctly
closed:<!-- --> <!--IF( {AnimalName} ){-->{AnimalName}<br />
<!-- --> <!--IF( {ConsultNumber})-- >{ConsultNumber} <br />
<!-- --> <!--IF( {AnimalName} ){-->{AnimalName}<br />
<!-- --> <!--IF( {ConsultNumber}){-->{ConsultNumber}<!-- – ><br />
Do a check of the template
- Find and open the applicable ezyVet template.
- Open the source code of the template.
-
Find the applicable
IF
statement and make sure that is correctly closed.