fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13706]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13706]
Date: Wed, 12 Aug 2015 22:10:43 +0000

Revision: 13706
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13706
Author:   nelson224
Date:     2015-08-12 22:10:42 +0000 (Wed, 12 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-12 
22:10:18 UTC (rev 13705)
+++ branches/dev-syncromind/rental/js/rental/contract.edit.js   2015-08-12 
22:10:42 UTC (rev 13706)
@@ -2,6 +2,10 @@
 var link_included_composites = null;
 var set_composite_data = 0;
 
+var link_not_included_parties = null;
+var link_included_parties = null;
+var set_parties_data = 0;
+
 $(document).ready(function(){
        $("#date_start").change(function(){
 
@@ -29,9 +33,21 @@
        {
                if (set_composite_data  === 0)
                {
-                       JqueryPortico.updateinlineTableHelper(oTable1, 
link_not_included_composites);
-                       JqueryPortico.updateinlineTableHelper(oTable2, 
link_included_composites);
+                       JqueryPortico.updateinlineTableHelper(oTable1, 
link_included_composites);
+                       JqueryPortico.updateinlineTableHelper(oTable2, 
link_not_included_composites);
+
                        set_composite_data = 1;
                }
        };
+
+       get_parties_data = function()
+       {
+               if (set_parties_data  === 0)
+               {
+                       JqueryPortico.updateinlineTableHelper(oTable3, 
link_included_parties);
+                       JqueryPortico.updateinlineTableHelper(oTable4, 
link_not_included_parties);
+
+                       set_parties_data = 1;
+               }
+       };
 });
\ No newline at end of file




reply via email to

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