|
@@ -1844,7 +1844,7 @@ commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:
|
|
|
self.orderType = 0;
|
|
self.orderType = 0;
|
|
|
if (appDelegate.user_type == USER_ROLE_CUSTOMER) {
|
|
if (appDelegate.user_type == USER_ROLE_CUSTOMER) {
|
|
|
self.orderTypeSegmentControl.selectedSegmentIndex = 0;
|
|
self.orderTypeSegmentControl.selectedSegmentIndex = 0;
|
|
|
-
|
|
|
|
|
|
|
+ [Singleton sharedInstance].customer_order_type = 0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|