You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/05/02 21:26:48 UTC

svn commit: r940309 - /ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

Author: jleroux
Date: Sun May  2 19:26:48 2010
New Revision: 940309

URL: http://svn.apache.org/viewvc?rev=940309&view=rev
Log:
A patch from Ankit Jain "Allow to open a layer lookup from a layer lookup" https://issues.apache.org/jira/browse/OFBIZ-3446 - OFBIZ-3446

It does not hurt but I'm not quite sure it fix anything actually

Modified:
    ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

Modified: ofbiz/trunk/framework/images/webapp/images/fieldlookup.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/fieldlookup.js?rev=940309&r1=940308&r2=940309&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/fieldlookup.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/fieldlookup.js Sun May  2 19:26:48 2010
@@ -739,6 +739,7 @@ function set_value (value) {
 }
 // function passing selected value to calling window
 function set_values (value, value2) {
+    /*obj_caller.target = $(GLOBAL_LOOKUP_REF.getReference(ACTIVATED_LOOKUP).parentTarget.id);*/
     var target = obj_caller.target;
     var target2 = obj_caller.target2;
     write_value(value, target);