aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display/DisplayItem.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Display/DisplayItem.js')
-rw-r--r--src/components/Display/DisplayItem.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Display/DisplayItem.js b/src/components/Display/DisplayItem.js
index 849bfc5..472ae47 100644
--- a/src/components/Display/DisplayItem.js
+++ b/src/components/Display/DisplayItem.js
@@ -13,6 +13,7 @@ const DisplayItem = (props) => {
<td>{item.Quantity}</td>
<td className={item.Discount === 0 ? "disabledBorder" : ""}>{item.Discount}</td>
<td className={item.GST === props.defGSTValue ? "" : "warningBorder"}>{item.GST}</td>
+ <td>{item.HSN}</td>
<td>{item.Price}</td>
</tr>
);