Define numberField variable on CSV import
We need to define the import variables that we use. This should fix the Seabear HUDC import and thus the corresponding test case.
This commit is contained in:
parent
24f61e8b3d
commit
d23717523b
@ -19,6 +19,7 @@
|
||||
<xsl:param name="stopdepthField" select="stopdepthField"/>
|
||||
<xsl:param name="pressureField" select="pressureField"/>
|
||||
<xsl:param name="setpointField" select="setpointField"/>
|
||||
<xsl:param name="numberField" select="numberField"/>
|
||||
<xsl:param name="date" select="date"/>
|
||||
<xsl:param name="time" select="time"/>
|
||||
<xsl:param name="units" select="units"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user