fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15660]


From: nelson . guerra
Subject: [Fmsystem-commits] [15660]
Date: Wed, 14 Sep 2016 01:53:43 +0000 (UTC)

Revision: 15660
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15660
Author:   nelson224
Date:     2016-09-14 01:53:43 +0000 (Wed, 14 Sep 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-09-13 17:29:37 UTC (rev 15659)
+++ branches/dev-syncromind-2/property/js/portico/import_components.js  
2016-09-14 01:53:43 UTC (rev 15660)
@@ -132,6 +132,7 @@
                var form_data = new FormData(form);
                form_data.append('step', 1);
                form_data.append('file', file_data);
+               form_data.append('template_id', $('#template_list').val());
                form_data.append('location_code', $('#location_code').val());
                form_data.append('location_item_id', 
$('#location_item_id').val());
 
@@ -174,6 +175,7 @@
                var data = {
                        "step": 2,
                        "sheet_id": $('#sheet_id').val(), 
+                       'template_id': $('#template_list').val(),
                        'location_code': $('#location_code').val(),
                        'location_item_id': $('#location_item_id').val()
                };




reply via email to

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