Browse Source

recipet payount ment shown as it is

pull/1/head
gme_2 6 years ago
parent
commit
027412b567
  1. 6
      GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift

6
GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift

@ -155,9 +155,9 @@ class SendMoneyReceiptViewController: UIViewController {
let controlNo = self.reciept?.controNo ?? ""
self.gmeControlNumberLabel.text = "GME Control No: " + controlNo
let totalAmount = self.reciept?.payoutAmount ?? ""
let _totalAmt = Utility.getCommaSeperatedString(numberString: totalAmount) ?? ""
self.totalAmountLabel.text = _totalAmt
self.totalAmountHeaderLabel.text = "Total Payout Amount: \(_totalAmt)"
// let _totalAmt = Utility.getCommaSeperatedString(numberString: totalAmount) ?? ""
self.totalAmountLabel.text = totalAmount
self.totalAmountHeaderLabel.text = "Total Payout Amount: \(totalAmount)"
}
}

Loading…
Cancel
Save