@@ -8734,7 +8734,7 @@
},
@"val_5" : @{
@"check" : [payType isEqualToString:@"FOLLOW EXISTING"] ? @(1) : @(0),
- @"value" : @"FOLLOW EXISTING",
+ @"value" : @"FOLLOW EXISTING PAYMENT TYPE",
@"value_id" : @"FOLLOW EXISTING"
}
@@ -764,7 +764,6 @@
// loginvc.modalPresentationStyle = UIModalPresentationFormSheet;//有三种状态,自己看看是哪种
vc.onSetValue = ^(int qty,double qty_p,double price, double discount , NSString* notes){
- NSLog(@"price:%f,discount:%f",price,discount);
UIAlertView * waitalert = [RAUtils waiting_alert:@"Please wait" title:@"Updating Quantity"];