|
@@ -1788,10 +1788,14 @@
|
|
|
|
|
|
|
|
ret[@"mode"]=@"Regular Mode";
|
|
ret[@"mode"]=@"Regular Mode";
|
|
|
|
|
|
|
|
- ret[@"general_note"]=@"GENERAL NOTE NOT IMPL";
|
|
|
|
|
-
|
|
|
|
|
[iSalesDB close_db:db];
|
|
[iSalesDB close_db:db];
|
|
|
|
|
|
|
|
|
|
+ NSString *general_note = [iSalesDB jk_queryText:[NSString stringWithFormat:@"select general_notes from offline_order where so_id = '%@';",orderCode]];
|
|
|
|
|
+
|
|
|
|
|
+ DebugLog(@"general notes :%@",general_note);
|
|
|
|
|
+
|
|
|
|
|
+ ret[@"general_note"]= general_note;
|
|
|
|
|
+
|
|
|
return [RAUtils dict2data:ret];
|
|
return [RAUtils dict2data:ret];
|
|
|
}
|
|
}
|
|
|
+(NSData*) offline_updategnotes :(NSMutableDictionary *) params
|
|
+(NSData*) offline_updategnotes :(NSMutableDictionary *) params
|