change: WriteOff BEWARRT to 99T

This commit is contained in:
crey443
2024-11-07 15:16:48 +01:00
parent c334ec8af9
commit e754dae5d0
@@ -94,10 +94,9 @@
<xsl:value-of select="string-length($SendToGLN)" />
</xsl:variable>
<BEWART>
<xsl:value-of
select="substring($SendToGLN, $SendToGLNLength - 3, 3)" />
<xsl:value-of select="'99T'" />
</BEWART>
<!-- <GRUND><xsl:value-of select="concat('S',substring($SendToGLN, $SendToGLNLength - 3, 3))" /></GRUND> -->
<MENGE>
<xsl:value-of select="DeliveredQuantity" />
</MENGE>