Added chunkdata set 5 item set
This commit is contained in:
parent
7610531b8e
commit
2568ff3308
|
|
@ -244,13 +244,13 @@ const TaxInvoice = ({
|
||||||
? isMobile
|
? isMobile
|
||||||
? 7
|
? 7
|
||||||
: PageSize == 'A5'
|
: PageSize == 'A5'
|
||||||
? 9
|
? 6
|
||||||
: 7
|
: 5
|
||||||
: isMobile
|
: isMobile
|
||||||
? 10
|
? 10
|
||||||
: PageSize == 'A5'
|
: PageSize == 'A5'
|
||||||
? 12
|
? 9
|
||||||
: 11;
|
: 8;
|
||||||
let dataSource = [];
|
let dataSource = [];
|
||||||
|
|
||||||
// Simplified data source logic - always use all product details
|
// Simplified data source logic - always use all product details
|
||||||
|
|
@ -2251,7 +2251,7 @@ const TaxInvoice = ({
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{/* Bank Details and Signature */}
|
{/* Bank Details and Signature */}
|
||||||
<div style={{ display: 'flex', minHeight: '100px', width: '100%', marginTop: '-20px' }}>
|
<div style={{ display: 'flex', minHeight: '100px', width: '100%' }}>
|
||||||
{/* Declaration */}
|
{/* Declaration */}
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue