fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15439]


From: nelson . guerra
Subject: [Fmsystem-commits] [15439]
Date: Wed, 10 Aug 2016 01:01:10 +0000 (UTC)

Revision: 15439
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15439
Author:   nelson224
Date:     2016-08-10 01:01:10 +0000 (Wed, 10 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-10 01:00:46 UTC (rev 15438)
+++ branches/dev-syncromind-2/property/js/portico/import_components.js  
2016-08-10 01:01:10 UTC (rev 15439)
@@ -112,6 +112,7 @@
                var file_data = $('#file_excel').prop('files')[0];
                var form_data = new FormData(form);
                form_data.append('file', file_data);
+               form_data.append('location_code', $('#location_code').val());
 
                $.ajax({
                        url: requestUrl,




reply via email to

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