Author: jleroux
Date: Wed Mar 31 12:45:19 2010
New Revision: 929508
URL:
http://svn.apache.org/viewvc?rev=929508&view=revLog:
A patch from Ankit Jain related to 'Allow to open a layer lookup from a layer lookup'
https://issues.apache.org/jira/browse/OFBIZ-3446 - OFBIZ-3446
It fixes an issue found in Find survey
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=929508&r1=929507&r2=929508&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/fieldlookup.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/fieldlookup.js Wed Mar 31 12:45:19 2010
@@ -710,6 +710,7 @@ function setSourceColor(src) {
}
// function passing selected value to calling window
function set_value (value) {
+ obj_caller.target = $(GLOBAL_LOOKUP_REF.getReference(ACTIVATED_LOOKUP).parentTarget.id);
var target = obj_caller.target;
write_value(value, target);