From 027412b567c6b9083231e4aeaf17219cf4001e46 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Wed, 24 Oct 2018 18:17:01 +0900 Subject: [PATCH] recipet payount ment shown as it is --- .../View/SendMoneyReceiptViewController.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift b/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift index 31a9531c..51d1bef4 100644 --- a/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift +++ b/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)" } }