fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15548] correct name of id field


From: sigurdne
Subject: [Fmsystem-commits] [15548] correct name of id field
Date: Tue, 30 Aug 2016 15:40:45 +0000 (UTC)

Revision: 15548
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15548
Author:   sigurdne
Date:     2016-08-30 15:40:45 +0000 (Tue, 30 Aug 2016)
Log Message:
-----------
correct name of id field

Modified Paths:
--------------
    trunk/rental/js/rental/application.edit.js

Modified: trunk/rental/js/rental/application.edit.js
===================================================================
--- trunk/rental/js/rental/application.edit.js  2016-08-30 14:12:02 UTC (rev 
15547)
+++ trunk/rental/js/rental/application.edit.js  2016-08-30 15:40:45 UTC (rev 
15548)
@@ -1,7 +1,7 @@
 
 var oArgs = {menuaction: 'property.uigeneric.index', type: 'dimb', type_id:0};
 var strURL = phpGWLink('index.php', oArgs, true);
-JqueryPortico.autocompleteHelper(strURL, 'ecodimb_name', 'ecodimb', 
'ecodimb_container', 'descr');
+JqueryPortico.autocompleteHelper(strURL, 'ecodimb_name', 'ecodimb_id', 
'ecodimb_container', 'descr');
 
 $(document).ready(function ()
 {




reply via email to

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