From 135732208cb16f21f341b2b943c4152e1db5f06f Mon Sep 17 00:00:00 2001
From: xiaofang <97381322+mayan2022@users.noreply.github.com>
Date: Tue, 29 Oct 2024 21:50:15 +0800
Subject: [PATCH] Update printParam.xml.jinja2
Fix the issue of short name reference when generating ODX
---
odxtools/templates/macros/printParam.xml.jinja2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/odxtools/templates/macros/printParam.xml.jinja2 b/odxtools/templates/macros/printParam.xml.jinja2
index bded934b..a3758a31 100644
--- a/odxtools/templates/macros/printParam.xml.jinja2
+++ b/odxtools/templates/macros/printParam.xml.jinja2
@@ -51,7 +51,7 @@
{%- if param.dop_ref %}
{%- elif param.dop_snref %}
-
+
{%- elif param.diag_coded_type is defined %}
{{pdop.printDiagCodedType(param.diag_coded_type)|indent(2)}}
{%- elif param.bit_length is defined and param.bit_length is not none %}
@@ -76,7 +76,7 @@
{%- endif %}
{%- if param.table_key_snref %}
-
+
{%- endif %}
{%- endif %}