From 659109624cf8933f412aa1e5379d53387397a2e8 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 21 Sep 2024 17:16:59 -0400 Subject: [PATCH] page cards --- wrenchboard/email/MARKET/market_invite_step1.mailfile | 2 +- wrenchboard/src/shared_tool/reco_egine.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wrenchboard/email/MARKET/market_invite_step1.mailfile b/wrenchboard/email/MARKET/market_invite_step1.mailfile index 8bdcf84b..983c4ad6 100644 --- a/wrenchboard/email/MARKET/market_invite_step1.mailfile +++ b/wrenchboard/email/MARKET/market_invite_step1.mailfile @@ -77,7 +77,7 @@ Dear {{firstname}}, - + Click here to view opportunities diff --git a/wrenchboard/src/shared_tool/reco_egine.cc b/wrenchboard/src/shared_tool/reco_egine.cc index c49db35e..7081e143 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -91,6 +91,7 @@ long WrenchHomeBanners(CVars in, CVars &out) { long member_id = REQ_LONG(in, "member_id", 1, -1); int itm_count= 0; if( RecoCheckOffers( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } + if( RecoCheckActiveTask( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } if( RecoStartMarketCardUS( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } if( RecoStartMarketCard( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } if( RecoPendingInterestCount( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }