diff --git a/src/Pages/BookingScreen/PrintTemplates/A4/TaxInvoice.jsx b/src/Pages/BookingScreen/PrintTemplates/A4/TaxInvoice.jsx index bc354d5..820889d 100644 --- a/src/Pages/BookingScreen/PrintTemplates/A4/TaxInvoice.jsx +++ b/src/Pages/BookingScreen/PrintTemplates/A4/TaxInvoice.jsx @@ -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 */} -
+
{/* Declaration */}