|
|
@@ -8177,7 +8177,7 @@ NSString* gprice = [self get_portfolio_price :appDelegate.contact_id item_id:ite
|
|
|
// payments/Credits
|
|
|
// payments_and_credist = sqlite3_column_double(statement, 34);
|
|
|
payments_and_credist = allItemPrice;
|
|
|
- ret[@"Payments/Credits"] = [NSString stringWithFormat:@"$%.2f",payments_and_credist];
|
|
|
+ ret[@"Sub-Total"] = [NSString stringWithFormat:@"$%.2f",payments_and_credist];
|
|
|
|
|
|
// // total
|
|
|
// totalPrice = sqlite3_column_double(statement, 35);
|
|
|
@@ -8192,7 +8192,7 @@ NSString* gprice = [self get_portfolio_price :appDelegate.contact_id item_id:ite
|
|
|
|
|
|
// payments/Credits
|
|
|
payments_and_credist = 0;
|
|
|
- ret[@"Payments/Credits"] = [NSString stringWithFormat:@"$%.2f",payments_and_credist];
|
|
|
+ ret[@"Sub-Total"] = [NSString stringWithFormat:@"$%.2f",payments_and_credist];
|
|
|
|
|
|
|
|
|
}
|