fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16754]


From: nelson . guerra
Subject: [Fmsystem-commits] [16754]
Date: Fri, 19 May 2017 00:21:37 -0400 (EDT)

Revision: 16754
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16754
Author:   nelson224
Date:     2017-05-19 00:21:37 -0400 (Fri, 19 May 2017)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/templates/base/report.xsl

Modified: branches/dev-syncromind-2/property/templates/base/report.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-05-19 04:21:20 UTC (rev 16753)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-05-19 04:21:37 UTC (rev 16754)
@@ -78,6 +78,10 @@
                var jsonB = {};
                <xsl:if test="report_definition != ''">
                        jsonB = <xsl:value-of select="report_definition"/>;
+               </xsl:if>
+               var operators = {};
+               <xsl:if test="operators != ''">
+                       operators = <xsl:value-of select="operators"/>;
                </xsl:if>               
        </script>
        




reply via email to

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