Merge pull request 'Print style 4 line Issue' (#279) from branchloginissueandprint into main
Reviewed-on: Pozomind/pozo-retail-app#279
This commit is contained in:
commit
2d2de3b51d
|
|
@ -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 &&
|
||||
|
|
@ -1364,7 +1364,7 @@ const Printstyle4 = ({
|
|||
fontWeight: 400,
|
||||
fontFamily: 'Poppins',
|
||||
borderBottom: '1px dashed #000',
|
||||
borderTop: '1px dashed #000',
|
||||
// borderTop: '1px dashed #000',
|
||||
padding: '5px 40px',
|
||||
}}
|
||||
>
|
||||
|
|
@ -1398,7 +1398,7 @@ const Printstyle4 = ({
|
|||
fontWeight: 500,
|
||||
fontFamily: 'Poppins',
|
||||
borderBottom: '1px dashed #000',
|
||||
borderTop: '1px dashed #000',
|
||||
// borderTop: '1px dashed #000',
|
||||
padding: '5px 0',
|
||||
...netAmountStyle,
|
||||
}}
|
||||
|
|
@ -2355,7 +2355,7 @@ const Printstyle4 = ({
|
|||
fontWeight: 400,
|
||||
fontFamily: 'Poppins',
|
||||
borderBottom: '1px dashed #000',
|
||||
borderTop: '1px dashed #000',
|
||||
// borderTop: '1px dashed #000',
|
||||
padding: '5px 40px',
|
||||
}}
|
||||
>
|
||||
|
|
@ -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 && (
|
||||
|
|
@ -4231,7 +4231,7 @@ const Printstyle4 = ({
|
|||
fontWeight: 400,
|
||||
fontFamily: 'Poppins',
|
||||
borderBottom: '1px dashed #000',
|
||||
borderTop: '1px dashed #000',
|
||||
// borderTop: '1px dashed #000',
|
||||
padding: '5px 40px',
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue