|
@@ -967,7 +967,7 @@ self.isrefreshing=false;
|
|
|
if (appDelegate.user && appDelegate.user_type == USER_ROLE_CUSTOMER) {
|
|
if (appDelegate.user && appDelegate.user_type == USER_ROLE_CUSTOMER) {
|
|
|
cell.btnaddPortfolio.hidden = YES;
|
|
cell.btnaddPortfolio.hidden = YES;
|
|
|
|
|
|
|
|
- if (!notifyMe_switch) {
|
|
|
|
|
|
|
+ if (!notifyMe_switch || [Singleton sharedInstance].currentOrderIsMerged) {
|
|
|
|
|
|
|
|
cell.btnNotifyMe.hidden = YES;
|
|
cell.btnNotifyMe.hidden = YES;
|
|
|
CGRect wishListFrame = cell.btnaddWish.frame;
|
|
CGRect wishListFrame = cell.btnaddWish.frame;
|