Просмотр исходного кода

hmlg scan order fix createorder display issue

Ray Zhang 4 месяцев назад
Родитель
Сommit
6ffd51caa0

+ 2 - 2
RedAnt ERP Mobile/HMLG Scan Order/CartViewController.m

@@ -2828,7 +2828,7 @@
 //
 //
 //    CGRect frame = cell.frame;
-    cell.labelMpack.text =[NSString stringWithFormat:@"Sold in QTY of:%d", stockUom];
+    cell.labelMpack.text =[NSString stringWithFormat:@"Sold in QTY of: %d", stockUom];
     
   
     
@@ -3169,7 +3169,7 @@
     cell.labelDiscount.text = discountstr;
     cell.labelOldPrice.text = oldprice;
     
-    cell.labelMasterpack.text =[NSString stringWithFormat:@"Sold in QTY of:%d", stockUom];
+    cell.labelMasterpack.text =[NSString stringWithFormat:@"Sold in QTY of: %d", stockUom];
     
     cell.labelDescription.text = description;
     //   cell.labelIdentifier.text = identifier;

+ 2 - 2
RedAnt ERP Mobile/common/Functions/cart/CartViewController.m

@@ -3081,7 +3081,7 @@
     
     
     CGRect frame = cell.frame;
-    cell.labelMpack.text =[NSString stringWithFormat:@"Sold in QTY of:%d", stockUom];
+    cell.labelMpack.text =[NSString stringWithFormat:@"Sold in QTY of: %d", stockUom];
     
   
     
@@ -3437,7 +3437,7 @@
     cell.labelDiscount.text = discountstr;
     cell.labelOldPrice.text = oldprice;
     
-    cell.labelMasterpack.text =[NSString stringWithFormat:@"Sold in QTY of:%d", stockUom];
+    cell.labelMasterpack.text =[NSString stringWithFormat:@"Sold in QTY of: %d", stockUom];
     
     cell.labelDescription.text = description;
     //   cell.labelIdentifier.text = identifier;

+ 1 - 1
RedAnt ERP Mobile/common/data_provider/RADataProvider.m

@@ -169,7 +169,7 @@
 //    2022-07-14。1.17
     //    2022-07-14。1.19
     
-NSDate * ddate =[dateFormatter dateFromString:@"2025-04-20"];
+NSDate * ddate =[dateFormatter dateFromString:@"2026-01-03"];
     
 //    bool review=[cdate earlierDate:ddate];
     NSTimeInterval secondsInterval= [cdate timeIntervalSinceDate:ddate];

+ 2 - 2
RedAnt ERP Mobile/iSales-NPD.xcodeproj/project.pbxproj

@@ -2343,7 +2343,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				CURRENT_PROJECT_VERSION = 2558034;
+				CURRENT_PROJECT_VERSION = 2558040;
 				EXCLUDED_ARCHS = "";
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -2406,7 +2406,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				CURRENT_PROJECT_VERSION = 2558034;
+				CURRENT_PROJECT_VERSION = 2558040;
 				EXCLUDED_ARCHS = "";
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",