Added chunkdata set 5 item set

This commit is contained in:
Srinath 2026-02-04 17:41:12 +05:30
parent 7610531b8e
commit 2568ff3308
1 changed files with 5 additions and 5 deletions

View File

@ -244,13 +244,13 @@ const TaxInvoice = ({
? isMobile
? 7
: PageSize == 'A5'
? 9
: 7
? 6
: 5
: isMobile
? 10
: PageSize == 'A5'
? 12
: 11;
? 9
: 8;
let dataSource = [];
// Simplified data source logic - always use all product details
@ -2251,7 +2251,7 @@ const TaxInvoice = ({
</>
)}
{/* Bank Details and Signature */}
<div style={{ display: 'flex', minHeight: '100px', width: '100%', marginTop: '-20px' }}>
<div style={{ display: 'flex', minHeight: '100px', width: '100%' }}>
{/* Declaration */}
<div
style={{