phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/skins/default/invoice.xsl, 1.1.1.9


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/invoice.xsl, 1.1.1.9
Date: Sun, 23 May 2004 17:58:01 -0000

Update of /property/skins/default
Modified Files:
        Branch: 
          invoice.xsl

date: 2004/05/05 08:58:53;  author: sigurdne;  state: Exp;  lines: +5 -5

Log Message:
no message
=====================================================================
Index: property/skins/default/invoice.xsl
diff -u property/skins/default/invoice.xsl:1.1.1.8 
property/skins/default/invoice.xsl:1.1.1.9
--- property/skins/default/invoice.xsl:1.1.1.8  Wed May  5 07:13:28 2004
+++ property/skins/default/invoice.xsl  Wed May  5 08:58:53 2004
@@ -151,7 +151,7 @@
                        <xsl:apply-templates 
select="table_header_list_voucher"/>
                        
                        <xsl:choose>
-                               <xsl:when 
test="values_list_voucher[voucher_id]">
+                               <xsl:when test="values_list_voucher!=''">
                                        <xsl:apply-templates 
select="values_list_voucher"/>
 
                                </xsl:when>
@@ -665,7 +665,7 @@
                        <xsl:apply-templates 
select="table_header_list_voucher_paid"/>
                        
                        <xsl:choose>
-                               <xsl:when 
test="values_list_voucher_paid[voucher_id]">
+                               <xsl:when test="values_list_voucher_paid!=''">
                                        <xsl:apply-templates 
select="values_list_voucher_paid"/>
                                        <tr>
                                                <td></td>
@@ -988,7 +988,7 @@
                        <xsl:apply-templates select="table_header_consume"/>
                        
                        <xsl:choose>
-                               <xsl:when test="values_consume[consume]">
+                               <xsl:when test="values_consume!=''">
                                        <xsl:apply-templates 
select="values_consume"/>
 
                                </xsl:when>
@@ -1933,7 +1933,7 @@
                        <xsl:apply-templates 
select="table_header_list_invoice_sub"/>
                        
                        <xsl:choose>
-                               <xsl:when test="values_list_invoice_sub[id]">
+                               <xsl:when test="values_list_invoice_sub!=''">
                                        <xsl:apply-templates 
select="values_list_invoice_sub"/>
                                        <xsl:variable 
name="img_check"><xsl:value-of select="img_check"/></xsl:variable>
                                        <tr>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]