fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13720]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13720]
Date: Fri, 14 Aug 2015 23:56:01 +0000

Revision: 13720
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13720
Author:   nelson224
Date:     2015-08-14 23:56:00 +0000 (Fri, 14 Aug 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/js/rental/contract.edit.js

Modified: branches/dev-syncromind/rental/js/rental/contract.edit.js
===================================================================
--- branches/dev-syncromind/rental/js/rental/contract.edit.js   2015-08-14 
23:55:42 UTC (rev 13719)
+++ branches/dev-syncromind/rental/js/rental/contract.edit.js   2015-08-14 
23:56:00 UTC (rev 13720)
@@ -33,7 +33,10 @@
        {
                if (set_composite_data  === 0)
                {
+                       
oTable1.dataTableSettings[1]['oFeatures']['bServerSide'] = true;
                        JqueryPortico.updateinlineTableHelper(oTable1, 
link_included_composites);
+                       
+                       
oTable2.dataTableSettings[2]['oFeatures']['bServerSide'] = true;
                        JqueryPortico.updateinlineTableHelper(oTable2, 
link_not_included_composites);
 
                        set_composite_data = 1;
@@ -44,7 +47,10 @@
        {
                if (set_parties_data  === 0)
                {
+                       
oTable3.dataTableSettings[3]['oFeatures']['bServerSide'] = true;
                        JqueryPortico.updateinlineTableHelper(oTable3, 
link_included_parties);
+                       
+                       
oTable4.dataTableSettings[4]['oFeatures']['bServerSide'] = true;
                        JqueryPortico.updateinlineTableHelper(oTable4, 
link_not_included_parties);
 
                        set_parties_data = 1;




reply via email to

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