fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16811]


From: nelson . guerra
Subject: [Fmsystem-commits] [16811]
Date: Thu, 1 Jun 2017 00:16:59 -0400 (EDT)

Revision: 16811
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16811
Author:   nelson224
Date:     2017-06-01 00:16:59 -0400 (Thu, 01 Jun 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-31 15:59:53 UTC (rev 16810)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-06-01 04:16:59 UTC (rev 16811)
@@ -88,10 +88,6 @@
                <xsl:if test="operators_equal != ''">
                        operators_equal = <xsl:value-of 
select="operators_equal"/>;
                </xsl:if>
-               var operators_between = {};
-               <xsl:if test="operators_between != ''">
-                       operators_between = <xsl:value-of 
select="operators_between"/>;
-               </xsl:if>
                var operators_like = {};
                <xsl:if test="operators_like != ''">
                        operators_like = <xsl:value-of 
select="operators_like"/>;
@@ -318,23 +314,6 @@
                                
                                switch (true)
                                {
-                                       case (in_array_object(operator, 
operators_between)):
-                                               if ($("#txt_value2_" + 
order).val() == "")
-                                               {
-                                                       result = {
-                                                               element : 
$("#txt_value2_" + order),
-                                                               message : 
lang['enter_second_value'] + ' ' + field
-                                                         }                     
                                
-                                               }
-                                               if ($("#txt_value1_" + 
order).val() == "")
-                                               {
-                                                       result = {
-                                                               element : 
$("#txt_value1_" + order),
-                                                               message : 
lang['enter_value'] + ' ' + field
-                                                         }
-                                               }
-                                               $("#cbo_conector_" + 
order).val('and');
-                                               break;
                                        case (in_array_object(operator, 
operators_null)):
                                                break;
                                        default: 




reply via email to

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