Need to make the variable section editable for one specific catalog in RITM
I need to make the variable section editable for a specific catalog item in RITM table. And here's the script we are using: function onLoad(){ try{ //Get the 'Variables' section var ve = $('variable_map').up('table'); //Disable all...
