Added chunkdata set 5 item set
This commit is contained in:
parent
7610531b8e
commit
2568ff3308
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue