Betriebsmittel

- Bugfix bei Übernahmebestätigung
- Im CIS Profil wird jetzt auch die Inventarnummer und Beschreibung angezeigt
- Übernahmebestätigung auch aus Inventarsystem druckbar
This commit is contained in:
Andreas Österreicher
2011-12-09 10:47:32 +00:00
parent 2e30792a0a
commit 95d0d8e3b8
5 changed files with 45 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
</fo:table-row>
<fo:table-row line-height="40pt">
<fo:table-cell border-width="0.2mm" display-align="center" border-style="solid" ><fo:block font-size="11pt" vertical-align="center" font-weight="bold"> Ware/Bezeichnung</fo:block></fo:table-cell>
<fo:table-cell border-width="0.2mm" display-align="center" border-style="solid" ><fo:block font-size="11pt" vertical-align="center"><xsl:text> </xsl:text><xsl:value-of select="typ" /><xsl:text> </xsl:text><xsl:value-of select="beschreibung" /></fo:block></fo:table-cell>
<fo:table-cell border-width="0.2mm" display-align="center" border-style="solid" ><fo:block font-size="11pt" vertical-align="center"><xsl:text> </xsl:text><xsl:value-of select="typ" /><xsl:text> </xsl:text><xsl:value-of select="substring(beschreibung,0,50)" /></fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row line-height="40pt">
<fo:table-cell border-width="0.2mm" display-align="center" border-style="solid" ><fo:block font-size="11pt" vertical-align="center" font-weight="bold"> Inventarnummer</fo:block></fo:table-cell>