FIX #145 Issue solving retail
This commit is contained in:
parent
8a28447915
commit
d4bc349f95
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -473,3 +473,7 @@
|
|||
font-size: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.RenewalExpired{
|
||||
background-color: #ff0000;
|
||||
}
|
||||
Loading…
Reference in New Issue