fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15403]


From: nelson . guerra
Subject: [Fmsystem-commits] [15403]
Date: Wed, 3 Aug 2016 01:08:09 +0000 (UTC)

Revision: 15403
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15403
Author:   nelson224
Date:     2016-08-03 01:08:09 +0000 (Wed, 03 Aug 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/js/portico/import_components.js

Modified: branches/dev-syncromind-2/property/js/portico/import_components.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/import_components.js  
2016-08-03 01:07:30 UTC (rev 15402)
+++ branches/dev-syncromind-2/property/js/portico/import_components.js  
2016-08-03 01:08:09 UTC (rev 15403)
@@ -81,7 +81,7 @@
                var file_data = $('#file_xml').prop('files')[0];
                var form_data = new FormData(form);
                form_data.append('file', file_data);
-               form_data.append('location_code', 'location_code');
+               form_data.append('location_code', $('#location_code').val());
 
                $.ajax({
                        url: requestUrl,




reply via email to

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