fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14012]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14012]
Date: Thu, 24 Sep 2015 23:52:02 +0000

Revision: 14012
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14012
Author:   nelson224
Date:     2015-09-24 23:52:02 +0000 (Thu, 24 Sep 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/js/rental/party.sync.js

Modified: branches/dev-syncromind/rental/js/rental/party.sync.js
===================================================================
--- branches/dev-syncromind/rental/js/rental/party.sync.js      2015-09-24 
23:51:14 UTC (rev 14011)
+++ branches/dev-syncromind/rental/js/rental/party.sync.js      2015-09-24 
23:52:02 UTC (rev 14012)
@@ -39,5 +39,16 @@
                oTable.fnDraw();
 
        }, '', "POST", "JSON");
-               
+}
+
+function downloadAgresso(oArgs)
+{
+       if(!confirm("This will take some time..."))
+       {
+               return false;
+       }
+       
+       var requestUrl = phpGWLink('index.php', oArgs);
+
+       window.open(requestUrl,'_self');
 }
\ No newline at end of file




reply via email to

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