|
@@ -225,7 +225,7 @@
|
|
|
if([ [NSString stringWithFormat:@"%@", [item_json valueForKey:@"unit_price"] ] isEqualToString:@"No Price"])
|
|
if([ [NSString stringWithFormat:@"%@", [item_json valueForKey:@"unit_price"] ] isEqualToString:@"No Price"])
|
|
|
cell.labelPrice.text=@"No Price";
|
|
cell.labelPrice.text=@"No Price";
|
|
|
else
|
|
else
|
|
|
- cell.labelPrice.text=[NSString stringWithFormat:@"$ %.2f",[[item_json valueForKey:@"unit_price"] floatValue]];
|
|
|
|
|
|
|
+ cell.labelPrice.text=[NSString stringWithFormat:@"$%.2f",[[item_json valueForKey:@"unit_price"] floatValue]];
|
|
|
cell.labelQTY.text=[NSString stringWithFormat:@"%d",[[item_json valueForKey:@"modulus"] intValue]];
|
|
cell.labelQTY.text=[NSString stringWithFormat:@"%d",[[item_json valueForKey:@"modulus"] intValue]];
|
|
|
|
|
|
|
|
cell.labelDescription.text = [item_json valueForKey:@"description"];
|
|
cell.labelDescription.text = [item_json valueForKey:@"description"];
|