FIX #145 Issue solving retail

This commit is contained in:
karthikalakshmi 2026-02-16 13:38:01 +05:30
parent 8a28447915
commit d4bc349f95
2 changed files with 9 additions and 1 deletions

View File

@ -533,6 +533,7 @@ const Printstyle4 = ({
>
{(TakeawayData?.length > 0 || GlobaldummyData) && (
<>
{takeAwayPreference &&
<div
style={{
display: 'flex',
@ -544,8 +545,9 @@ const Printstyle4 = ({
fontFamily: 'Poppins',
}}
>
Take Away
TakeAway
</div>
}
<div className="PrintStyle4-print-tableMaster">
<table className="PrintStyle4-print-table">
<thead>
@ -3228,6 +3230,7 @@ const Printstyle4 = ({
<hr className="PrintStyle4-print-dottline" />
{(TakeawayData?.length > 0 || GlobaldummyData) && (
<>
{takeAwayPreference &&
<div
style={{
display: 'flex',
@ -3241,6 +3244,7 @@ const Printstyle4 = ({
>
Take Away
</div>
}
<div className="PrintStyle4-print-tableMaster">
<table className="PrintStyle4-print-table">
<thead>

View File

@ -473,3 +473,7 @@
font-size: 10px !important;
}
}
.RenewalExpired{
background-color: #ff0000;
}