|
|
@@ -73,7 +73,7 @@ namespace SiteCore.Handler
|
|
|
string post_url = pUrl + "createOrder";
|
|
|
CeErpOrderFormData formData = null;
|
|
|
|
|
|
- if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95)
|
|
|
+ if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95 && ceErpTradeCell.ShopId != 34)
|
|
|
{
|
|
|
formData = CeErpOrderFormData.GetByTid(ceErpTradeCell.ctid.ToString());
|
|
|
if (formData == null)
|
|
|
@@ -128,7 +128,7 @@ namespace SiteCore.Handler
|
|
|
string post_url = pUrl + "createAfterOrder";
|
|
|
CeErpOrderFormData formData = null;
|
|
|
|
|
|
- if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95)
|
|
|
+ if (!ceErpTradeCell.ctid.Contains("S_") && ceErpTradeCell.ShopId != 136 && ceErpTradeCell.ShopId != 95 && ceErpTradeCell.ShopId != 34)
|
|
|
{
|
|
|
formData = CeErpOrderFormData.GetByTid(ceErpTradeCell.ctid.ToString());
|
|
|
if (formData == null)
|