Reviewed-on: Pozomind/pozo-retail-app#147
This commit is contained in:
commit
00a2354b17
|
|
@ -533,6 +533,7 @@ const Printstyle4 = ({
|
||||||
>
|
>
|
||||||
{(TakeawayData?.length > 0 || GlobaldummyData) && (
|
{(TakeawayData?.length > 0 || GlobaldummyData) && (
|
||||||
<>
|
<>
|
||||||
|
{takeAwayPreference &&
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|
@ -544,8 +545,9 @@ const Printstyle4 = ({
|
||||||
fontFamily: 'Poppins',
|
fontFamily: 'Poppins',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Take Away
|
TakeAway
|
||||||
</div>
|
</div>
|
||||||
|
}
|
||||||
<div className="PrintStyle4-print-tableMaster">
|
<div className="PrintStyle4-print-tableMaster">
|
||||||
<table className="PrintStyle4-print-table">
|
<table className="PrintStyle4-print-table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -3228,6 +3230,7 @@ const Printstyle4 = ({
|
||||||
<hr className="PrintStyle4-print-dottline" />
|
<hr className="PrintStyle4-print-dottline" />
|
||||||
{(TakeawayData?.length > 0 || GlobaldummyData) && (
|
{(TakeawayData?.length > 0 || GlobaldummyData) && (
|
||||||
<>
|
<>
|
||||||
|
{takeAwayPreference &&
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|
@ -3241,6 +3244,7 @@ const Printstyle4 = ({
|
||||||
>
|
>
|
||||||
Take Away
|
Take Away
|
||||||
</div>
|
</div>
|
||||||
|
}
|
||||||
<div className="PrintStyle4-print-tableMaster">
|
<div className="PrintStyle4-print-tableMaster">
|
||||||
<table className="PrintStyle4-print-table">
|
<table className="PrintStyle4-print-table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
|
|
@ -473,3 +473,7 @@
|
||||||
font-size: 10px !important;
|
font-size: 10px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.RenewalExpired{
|
||||||
|
background-color: #ff0000;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue