|
@@ -3332,7 +3332,7 @@ NSString* gprice = [self get_portfolio_price :appDelegate.contact_id item_id:ite
|
|
|
NSString *contact_name=[RAUtils arr2string:arr_name separator:@" " trim:true];
|
|
NSString *contact_name=[RAUtils arr2string:arr_name separator:@" " trim:true];
|
|
|
|
|
|
|
|
// default ship from
|
|
// default ship from
|
|
|
- NSString *ship_from_default_sql = @"select contact_id,decrypt(company_name),decrypt(addr_1),first_name || ' ' || last_name,email,fax,decrypt(phone) from offline_contact where contact_id like '%NPD%';";
|
|
|
|
|
|
|
+ NSString *ship_from_default_sql = @"select contact_id,decrypt(company_name),decrypt(addr_1),first_name || ' ' || last_name,email,fax,decrypt(phone) from offline_contact where contact_id = 'NPD';";
|
|
|
|
|
|
|
|
__block NSString *cid = @"";
|
|
__block NSString *cid = @"";
|
|
|
__block NSString *name = @"";
|
|
__block NSString *name = @"";
|