update
This commit is contained in:
parent
0a4522b7d2
commit
faeb4faa5b
@ -184,7 +184,7 @@ const UploadOpeningInventory = () => {
|
||||
<tr key={index}>
|
||||
<td>{distributor.SKU || "N/A"}</td>
|
||||
<td>{distributor.productName || "N/A"}</td>
|
||||
<td>{distributor.openingInventory || "N/A"}</td>
|
||||
<td>{distributor.openingInventory}</td>
|
||||
<td>{distributor.updatedFields}</td>
|
||||
</tr>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user