fix: typo
This commit is contained in:
parent
9504dc9f46
commit
f3982978fa
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const templates = {
|
|||
`- เงื่อนไขการชำระเงิน แบบแบ่งจ่าย${context?.paymentType === 'SplitCustom' ? ' กำหนดเอง ' : ' '}${context?.installments?.length} งวด`,
|
||||
...(context?.installments?.map(
|
||||
(v) =>
|
||||
` งาดที่ ${v.no} จำนวน ${formatNumberDecimal(v.amount, 2)}`,
|
||||
` งวดที่ ${v.no} จำนวน ${formatNumberDecimal(v.amount, 2)}`,
|
||||
) || []),
|
||||
].join('<br />');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue