|
|
@@ -243,7 +243,7 @@ NSString* gprice = [self get_portfolio_price :appDelegate.contact_id item_id:ite
|
|
|
|
|
|
if([valueitem[@"product_id"] intValue]==product_id)
|
|
|
{
|
|
|
- line_note=valueitem[@"linenotes"];
|
|
|
+ line_note=valueitem[@"line_note"];
|
|
|
qty=[valueitem[@"available_qty"] intValue];
|
|
|
if([[valueitem allKeys] containsObject:@"available_qty"])
|
|
|
s_qty=[NSString stringWithFormat:@"%d",qty];
|
|
|
@@ -10339,7 +10339,7 @@ NSString* gprice = [self get_portfolio_price :appDelegate.contact_id item_id:ite
|
|
|
|
|
|
|
|
|
NSMutableDictionary *item = @{
|
|
|
- @"linenotes": line_note,
|
|
|
+ @"line_note": line_note,
|
|
|
@"product_id": product_id_string,
|
|
|
@"available_qty": @(qty),
|
|
|
@"item_id": [NSString stringWithFormat:@"%d",item_id],
|