Modified PTP Amount Format
This commit is contained in:
@@ -145,7 +145,7 @@ _${sanitizeString(dateFormat(new Date(feedbackItem?.createdAt), 'DD MMM, YYYY |
|
||||
(amount) => amount.questionName === 'Amount Promised'
|
||||
);
|
||||
if (ptpAmount.length > 0) {
|
||||
message += '*PTP Amount*: ₹' + ptpAmount[0].inputAmount + '\n\n';
|
||||
message += '*PTP Amount*: ₹' + getSanitizedCommaAmount(ptpAmount[0].inputAmount) + '\n\n';
|
||||
}
|
||||
|
||||
message += '*Remarks*: ';
|
||||
|
||||
@@ -120,7 +120,7 @@ _${sanitizeString(dateFormat(new Date(feedbackItem?.createdAt), 'DD MMM, YYYY |
|
||||
(amount) => amount.questionName === 'Amount Promised'
|
||||
);
|
||||
if (ptpAmount.length > 0) {
|
||||
message += '*PTP Amount*: ₹' + ptpAmount[0].inputAmount + '\n\n';
|
||||
message += '*PTP Amount*: ₹' + getSanitizedCommaAmount(ptpAmount[0].inputAmount) + '\n\n';
|
||||
}
|
||||
|
||||
message += '*Remarks*: ';
|
||||
|
||||
Reference in New Issue
Block a user