|
|
@@ -1032,8 +1032,10 @@
|
|
|
}
|
|
|
|
|
|
*/
|
|
|
+
|
|
|
+#ifdef BUILD_NPD
|
|
|
if (self.back_order_flag) {
|
|
|
-
|
|
|
+
|
|
|
NSMutableDictionary * params= [[NSMutableDictionary alloc] init];
|
|
|
[params setObject:@(0) forKey:@"step"];
|
|
|
RAOrderEditorViewController *orderEditorVC = [self.storyboard instantiateViewControllerWithIdentifier:@"RAOrderEditorViewController"];
|
|
|
@@ -1045,7 +1047,10 @@
|
|
|
orderEditorVC.delegate=self;
|
|
|
[self.navigationController pushViewController:orderEditorVC animated:true];
|
|
|
|
|
|
- } else {
|
|
|
+ }
|
|
|
+ else
|
|
|
+#endif
|
|
|
+ {
|
|
|
NSMutableDictionary * params= [[NSMutableDictionary alloc] init];
|
|
|
// NSString * string = [checked componentsJoinedByString:@","];
|
|
|
// [params setValue:string forKey:@"cart2Checkbox"];
|