diff options
author | Merov Linden <merov@lindenlab.com> | 2015-02-03 23:43:15 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-02-03 23:43:15 -0800 |
commit | fe4f5f13da50bf833254b1d168de3b60d56f2bcb (patch) | |
tree | 27427272f060efc84ac4b01f40cca277a1bfd9fb /indra/newview/llmarketplacefunctions.cpp | |
parent | ab91c83881ae182de2ebf8e99d31db2c5bd39f08 (diff) |
DD-303 : do not force unlist when associating listings, let the 1 version folder policy apply, prompt user only if it doesn't
Diffstat (limited to 'indra/newview/llmarketplacefunctions.cpp')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp index 0315785960..3bedb0db44 100755 --- a/indra/newview/llmarketplacefunctions.cpp +++ b/indra/newview/llmarketplacefunctions.cpp @@ -1348,7 +1348,6 @@ void LLMarketplaceData::associateSLMListing(const LLUUID& folder_id, S32 listing // Note : we're assuming that sending unchanged info won't break anything server side... root["listing"]["id"] = listing_id; - root["listing"]["is_listed"] = false; root["listing"]["inventory_info"]["listing_folder_id"] = folder_id.asString(); root["listing"]["inventory_info"]["version_folder_id"] = version_id.asString(); root["listing"]["inventory_info"]["count_on_hand"] = -1; |