fixlinebug
This commit is contained in:
parent
b08f2ccee2
commit
11eabcf65c
|
|
@ -634,7 +634,7 @@ const Printstyle4 = ({
|
|||
`(${table2Data?.SalesMode ? table2Data?.SalesMode : 'R'})`} */}
|
||||
</div>
|
||||
)}
|
||||
<hr className="PrintStyle4-print-dottline" />
|
||||
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
@ -1335,7 +1335,7 @@ const Printstyle4 = ({
|
|||
</div>
|
||||
</>
|
||||
)}
|
||||
<hr className="PrintStyle4-print-dottline" />
|
||||
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||
</div>
|
||||
|
||||
{chunkIndex === paginatedChunks.length - 1 &&
|
||||
|
|
@ -2942,7 +2942,7 @@ const Printstyle4 = ({
|
|||
})()}
|
||||
</div>
|
||||
)}
|
||||
<hr className="PrintStyle4-print-dottline" />
|
||||
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||
<div className="PrintStyle4-FourthDiv">
|
||||
{!estimatePrintHeader && table2Data?.OrderType === 'E' ? (
|
||||
''
|
||||
|
|
@ -3448,7 +3448,7 @@ const Printstyle4 = ({
|
|||
`(${table2Data?.SalesMode ? table2Data?.SalesMode : 'R'})`} */}
|
||||
</div>
|
||||
)}
|
||||
<hr className="PrintStyle4-print-dottline" />
|
||||
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||
{(TakeawayData?.length > 0 || GlobaldummyData) && (
|
||||
<>
|
||||
{takeAwayPreference && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue