From d4bc349f9582b47396b1ba1f3908b97389c565fc Mon Sep 17 00:00:00 2001 From: karthikalakshmi Date: Mon, 16 Feb 2026 13:38:01 +0530 Subject: [PATCH] FIX #145 Issue solving retail --- .../PrintTemplates/ThermalPrinter/PrintStyle4.jsx | 6 +++++- src/Styles/BookingScreen/Template/BSLayout3/BSLayout3.scss | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle4.jsx b/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle4.jsx index 6cf469f..6169ab0 100644 --- a/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle4.jsx +++ b/src/Pages/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle4.jsx @@ -533,6 +533,7 @@ const Printstyle4 = ({ > {(TakeawayData?.length > 0 || GlobaldummyData) && ( <> + {takeAwayPreference &&
- Take Away + TakeAway
+ }
@@ -3228,6 +3230,7 @@ const Printstyle4 = ({
{(TakeawayData?.length > 0 || GlobaldummyData) && ( <> + {takeAwayPreference &&
Take Away
+ }
diff --git a/src/Styles/BookingScreen/Template/BSLayout3/BSLayout3.scss b/src/Styles/BookingScreen/Template/BSLayout3/BSLayout3.scss index 961fcd2..e745535 100644 --- a/src/Styles/BookingScreen/Template/BSLayout3/BSLayout3.scss +++ b/src/Styles/BookingScreen/Template/BSLayout3/BSLayout3.scss @@ -473,3 +473,7 @@ font-size: 10px !important; } } + +.RenewalExpired{ + background-color: #ff0000; +} \ No newline at end of file