Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
vendors module : related list does not load
#2
have changed it in relateslistcontents.tpl

function loadRelatedListBlock


var responseData = trim(response.responseText);
// MSL : error on vendors
var n = target.indexOf("_");
var res = target.substring(n+1, 100);
var p = res.indexOf("_");
var module = target.substring(n+1, n+p+1);
if (module == 'Vendors') {
document.getElementById(target).innerHTML = responseData;
} else {
target_element.update(responseData);
}

------------

seems the target_element.update does not work on the vendors module, don't understand why
Reply


Messages In This Thread
Re: vendors module : related list does not load - saidmsl - 01-25-2015, 05:10 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)