Merge pull request '#205 Double Line issue in Print style 1' (#206) from Uomdisplayinprint into main
Reviewed-on: Pozomind/pozo-retail-app#206
This commit is contained in:
commit
b27a87d389
|
|
@ -752,10 +752,7 @@ const PrintStyle1 = ({
|
|||
? GlobalItem && <td>{item?.ProdName}</td>
|
||||
: Item == true && (
|
||||
<td
|
||||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
|
||||
>
|
||||
<div>{item?.ProdName}</div>
|
||||
{PackageDetails?.filter(
|
||||
|
|
@ -794,7 +791,7 @@ const PrintStyle1 = ({
|
|||
} (${to12Hour(item?.AvailableFrom)} - ${to12Hour(item?.AvailableTo)})`}
|
||||
{' '}
|
||||
{item?.BrandName !== null
|
||||
? item?.BrandName
|
||||
? <div>{item?.BrandName}</div>
|
||||
: ''}
|
||||
|
||||
{item?.ProductIdentifierDtls?.length > 0
|
||||
|
|
@ -1031,10 +1028,6 @@ const PrintStyle1 = ({
|
|||
? GlobalItem && <td>{item?.ProdName}</td>
|
||||
: Item == true && (
|
||||
<td
|
||||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
>
|
||||
<div>{item?.ProdName}</div>
|
||||
{UomPrint?.SettingValue === 'Y' &&
|
||||
|
|
@ -3965,10 +3958,7 @@ const PrintStyle1 = ({
|
|||
? GlobalItem && <td>{item?.ProdName}</td>
|
||||
: Item == true && (
|
||||
<td
|
||||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
|
||||
>
|
||||
<div>{item?.ProdName}</div>
|
||||
{PackageDetails?.filter(
|
||||
|
|
@ -4225,10 +4215,7 @@ const PrintStyle1 = ({
|
|||
? GlobalItem && <td>{item?.ProdName}</td>
|
||||
: Item == true && (
|
||||
<td
|
||||
style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}}
|
||||
|
||||
>
|
||||
<div>{item?.ProdName}</div>
|
||||
{UomPrint?.SettingValue === 'Y' &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue