csv field miss on download fixed
This commit is contained in:
parent
9c003e9a16
commit
068ff023ef
@ -1045,7 +1045,7 @@ export class DealerClaimController {
|
|||||||
|
|
||||||
const rows = items.map(item => {
|
const rows = items.map(item => {
|
||||||
// For Non-GST, we hide HSN (often stored in transactionCode)
|
// For Non-GST, we hide HSN (often stored in transactionCode)
|
||||||
const trnsUniqNo = isNonGst ? '' : (item.transactionCode || '');
|
const trnsUniqNo = item.transactionCode || '';
|
||||||
const claimNumber = requestNumber;
|
const claimNumber = requestNumber;
|
||||||
const invNumber = invoice?.invoiceNumber || '';
|
const invNumber = invoice?.invoiceNumber || '';
|
||||||
const dealerCode = claimDetails?.dealerCode || '';
|
const dealerCode = claimDetails?.dealerCode || '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user