|
@@ -363,7 +363,7 @@
|
|
|
UIAlertView * waitalert = [RAUtils waiting_alert:@"Please wait" title:@"Saving..."];
|
|
UIAlertView * waitalert = [RAUtils waiting_alert:@"Please wait" title:@"Saving..."];
|
|
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
|
|
|
|
|
|
|
- NSDictionary* json = [iSalesNetwork save_TearSheet:path name:name delete:del_ids note:internal_note configureParams:pdf_url modelIds:upparams];
|
|
|
|
|
|
|
+ NSDictionary* json = [iSalesNetwork save_TearSheet:url name:name delete:del_ids note:internal_note configureParams:pdf_url modelIds:upparams];
|
|
|
|
|
|
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
|
[waitalert dismissWithClickedButtonIndex:0 animated:FALSE];
|
|
[waitalert dismissWithClickedButtonIndex:0 animated:FALSE];
|