Explorar o código

FOLLOW EXISTING -> FOLLOW EXISTING PAYMENT TYPE

Pen Li %!s(int64=9) %!d(string=hai) anos
pai
achega
cae72c2e7e

BIN=BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
RedAnt ERP Mobile/common/Functions/offline/OLDataProvider.m

@@ -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"
                 }
             },

+ 0 - 1
RedAnt ERP Mobile/common/Functions/portfolio/PortfolioViewController.m

@@ -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"];