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' &&
|