|
@@ -302,12 +302,12 @@
|
|
|
AppDelegate *appDelegate = (AppDelegate *)[app delegate];
|
|
AppDelegate *appDelegate = (AppDelegate *)[app delegate];
|
|
|
|
|
|
|
|
|
|
|
|
|
- if(appDelegate.offline_mode)
|
|
|
|
|
- {
|
|
|
|
|
- [RAUtils message_alert:@"offline mode does not support this function." title:@"Item Search Filter" controller:self] ;
|
|
|
|
|
-
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if(appDelegate.offline_mode)
|
|
|
|
|
+// {
|
|
|
|
|
+// [RAUtils message_alert:@"offline mode does not support this function." title:@"Item Search Filter" controller:self] ;
|
|
|
|
|
+//
|
|
|
|
|
+// return;
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
ItemSearchFilterViewController * filterVC =[ self.storyboard instantiateViewControllerWithIdentifier:@"ItemSearchFilterViewController"];
|
|
ItemSearchFilterViewController * filterVC =[ self.storyboard instantiateViewControllerWithIdentifier:@"ItemSearchFilterViewController"];
|
|
|
|
|
|