|
|
@@ -365,7 +365,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
- [upparams setValue:url forKey:@"pdfPath"];
|
|
|
+ if (appDelegate.offline_mode) {
|
|
|
+ [upparams setValue:url forKey:@"pdfPath"];
|
|
|
+ } else {
|
|
|
+ [upparams setValue:path forKey:@"pdfPath"];
|
|
|
+ }
|
|
|
[upparams setValue:name forKey:@"pdfName"];
|
|
|
[upparams setValue:internal_note forKey:@"pdfNote"];
|
|
|
[upparams setValue:del_ids forKey:@"itemIds"];
|