We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d4ac1 commit 2a3c302Copy full SHA for 2a3c302
src/pages/Stock/kay.tsx
@@ -446,9 +446,9 @@ export function StockKayPage() {
446
<td>{new Date(item.DATE_PAYMENT).getDate()}</td>
447
<td>{totalInstallment.toLocaleString()} บาท</td>
448
<td>
449
- {Number(item.INSTALLMENT_NO).toLocaleString()} บาท
+ {Number(item.MAX_INSTALLMENT_NO).toLocaleString()} บาท
450
</td>
451
- <td>{Number(item.PRICE_TOTAL).toLocaleString()} บาท</td>
+ <td>{Number(item.TOTAL_PRICE).toLocaleString()} บาท</td>
452
{majorUser.toLocaleLowerCase() === "admin" && (
453
454
<span className="d-none">{profit}</span>
0 commit comments