CriusDev
CriusDev copied to clipboard
getVolumes Crest call broken
The call in getVolumes in gdoc_scripts.js for fetching crest data is broken.
In line 919 (market_obj = __fetchCrest_market(item_id,region_id);) it should be first region_id and then item_id, because otherwise the Crest URL is wrong.