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:
Miika Turkia 2017-02-08 06:02:06 +02:00 committed by Dirk Hohndel
parent 24f61e8b3d
commit d23717523b

View file

@ -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"/>