Added Policy Details

This commit is contained in:
Srinath 2026-03-26 15:04:40 +05:30
parent b52f4f8521
commit 22e538d9ae
1 changed files with 4 additions and 4 deletions

View File

@ -651,7 +651,7 @@ const SalesBillProductsReturn = () => {
<th>Sales-Qty</th>
<th>Return-Qty</th>
<th>More</th>
<th>Details</th>
{/* <th>Details</th> */}
</tr>
</thead>
<tbody>
@ -723,7 +723,7 @@ const SalesBillProductsReturn = () => {
<FaPlus />
</button>
</td>
<td style={{ textAlign: "center", maxWidth: "150px" }}>
{/* <td style={{ textAlign: "center", maxWidth: "150px" }}>
{item.description && (
<Tooltip title={item.description}>
<div style={{
@ -741,7 +741,7 @@ const SalesBillProductsReturn = () => {
<div>🖼</div>
</Tooltip>
)}
</td>
</td> */}
</tr>
);
})}
@ -841,7 +841,7 @@ const SalesBillProductsReturn = () => {
footer={false}
children={
<div style={{ padding: '8px' }}>
{selectedPolicyDetails?.ProdName ? (
{selectedPolicyDetails ? (
<table style={{ width: '100%', borderCollapse: 'collapse', fontSize: '14px' }}>
<tbody>
{[