fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13699]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13699]
Date: Tue, 11 Aug 2015 23:08:27 +0000

Revision: 13699
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13699
Author:   nelson224
Date:     2015-08-11 23:08:26 +0000 (Tue, 11 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-11 
23:08:04 UTC (rev 13698)
+++ branches/dev-syncromind/rental/js/rental/contract.edit.js   2015-08-11 
23:08:26 UTC (rev 13699)
@@ -1,3 +1,7 @@
+var link_not_included_composites = null;
+var link_included_composites = null;
+var set_composite_data = 0;
+
 $(document).ready(function(){
        $("#date_start").change(function(){
 
@@ -21,4 +25,13 @@
 
        });
 
+       get_composite_data = function()
+       {
+               if (set_composite_data  === 0)
+               {
+                       JqueryPortico.updateinlineTableHelper(oTable1, 
link_not_included_composites);
+                       JqueryPortico.updateinlineTableHelper(oTable2, 
link_included_composites);
+                       set_composite_data = 1;
+               }
+       };
 });
\ No newline at end of file




reply via email to

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