فهرست منبع

20170308

Add receive file from third part App.
Ray Zhang 9 سال پیش
والد
کامیت
c44246f785
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      RedAnt ERP Mobile/common/Functions/PDF+Web/PDFViewController.m

+ 1 - 0
RedAnt ERP Mobile/common/Functions/PDF+Web/PDFViewController.m

@@ -200,6 +200,7 @@
         NSString *pdfFolder = [cachefolder stringByAppendingPathComponent:@"pdf_cache"];
         self.url = [pdfFolder stringByAppendingPathComponent:self.url];
         */
+        
         self.content= [NSData dataWithContentsOfFile:self.url];
         
         [waitalert dismissWithClickedButtonIndex:0 animated:FALSE];