diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp
index 7d02b4e62745383e1b3cdc23615c4b570ead78ca..d292dd25e79686d7c3b2fa17f12dbdcf7ad8433b 100755
--- a/indra/newview/llmarketplacefunctions.cpp
+++ b/indra/newview/llmarketplacefunctions.cpp
@@ -571,8 +571,6 @@ class LLSLMAssociateListingsResponder : public LLHTTPClient::Responder
             update_marketplace_category(folder_id, false);
             gInventory.notifyObservers();
 
-            // Alert with DAMA informing the user that a version folder must be designated
-            LLNotificationsUtil::add("AlertMerchantAssociateNeedsVersion");
             it++;
         }
         
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 75be55061f42453d67dc7ab8f7df2b25f1772a90..4173c8b0d7b5838e682a05953f081bc93fda60d9 100755
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -434,18 +434,6 @@ Initialization with the Marketplace failed because of a system or network error.
         yestext="OK"/>
     </notification>
 
-    <notification
-        icon="alertmodal.tga"
-        name="AlertMerchantAssociateNeedsVersion"
-        type="alertmodal">
-        Before you can activate this listing or edit it on the Marketplace web site, you will need to activate a version folder.
-        <tag>confirm</tag>
-        <usetemplate
-        ignoretext="Alert about version folder requirements when I associate a listing with an existing listing id"
-        name="okignore"
-        yestext="OK"/>
-    </notification>
-
     <notification
         icon="alertmodal.tga"
         name="AlertMerchantListingNotUpdated"