edifact_converter 2.0.13 → 2.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1612,6 +1612,38 @@
1612
1612
  </table>
1613
1613
  </td>
1614
1614
  </tr>
1615
+
1616
+ <xsl:if test="m:LaboratoryResults/m:TableFormat/m:AnalysisCode">
1617
+ <tr>
1618
+ <td valign="top" width="100%">
1619
+ <table>
1620
+ <tbody>
1621
+ <tr>
1622
+ <td valign="top">
1623
+ <b>NPU-analysekode:</b>
1624
+ </td>
1625
+ <td valign="top">
1626
+ <xsl:value-of select="m:LaboratoryResults/m:TableFormat/m:AnalysisCode"/>
1627
+ </td>
1628
+ <td valign="top">
1629
+ <b>Analysenavn:</b>
1630
+ </td>
1631
+ <td valign="top">
1632
+ <xsl:value-of select="m:LaboratoryResults/m:TableFormat/m:AnalysisCompleteName"/>
1633
+ </td>
1634
+ <td valign="top">
1635
+ <b>Kortnavn:</b>
1636
+ </td>
1637
+ <td valign="top">
1638
+ <xsl:value-of select="m:LaboratoryResults/m:TableFormat/m:ResultHeadline"/>
1639
+ </td>
1640
+ </tr>
1641
+ </tbody>
1642
+ </table>
1643
+ </td>
1644
+ </tr>
1645
+ </xsl:if>
1646
+
1615
1647
  <xsl:for-each select="m:RequisitionInformation/m:Comments">
1616
1648
  <tr>
1617
1649
  <td valign="top" width="100%">
@@ -834,7 +834,7 @@
834
834
  <xsl:for-each select="m:Correction">
835
835
  <GIS>
836
836
  <Elm>
837
- <SubElm><xsl:value-of select="text()"/></SubElm>
837
+ <SubElm><xsl:copy-of select="text()"/></SubElm>
838
838
  </Elm>
839
839
  </GIS>
840
840
  </xsl:for-each>
@@ -1,3 +1,3 @@
1
1
  module EdifactConverter
2
- VERSION = "2.0.13"
2
+ VERSION = "2.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edifact_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.13
4
+ version: 2.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Glasdam