From 9a8b545273a8392020d75c107392bed91ed28f50 Mon Sep 17 00:00:00 2001 From: karthikalakshmi Date: Mon, 2 Mar 2026 13:01:24 +0530 Subject: [PATCH] #205 Double Line issue in Print style 1 --- .../ThermalPrinter/PrintStyle1.jsx | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle1.jsx b/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle1.jsx index b95ba1a..7457dca 100644 --- a/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle1.jsx +++ b/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle1.jsx @@ -752,10 +752,7 @@ const PrintStyle1 = ({ ? GlobalItem && {item?.ProdName} : Item == true && (
{item?.ProdName}
{PackageDetails?.filter( @@ -794,7 +791,7 @@ const PrintStyle1 = ({ } (${to12Hour(item?.AvailableFrom)} - ${to12Hour(item?.AvailableTo)})`}  {' '} {item?.BrandName !== null - ? item?.BrandName + ?
{item?.BrandName}
: ''}   {item?.ProductIdentifierDtls?.length > 0 @@ -1031,10 +1028,6 @@ const PrintStyle1 = ({ ? GlobalItem && {item?.ProdName} : Item == true && (
{item?.ProdName}
{UomPrint?.SettingValue === 'Y' && @@ -3965,10 +3958,7 @@ const PrintStyle1 = ({ ? GlobalItem && {item?.ProdName} : Item == true && (
{item?.ProdName}
{PackageDetails?.filter( @@ -4225,10 +4215,7 @@ const PrintStyle1 = ({ ? GlobalItem && {item?.ProdName} : Item == true && (
{item?.ProdName}
{UomPrint?.SettingValue === 'Y' &&