Skip to content

Commit

Permalink
add batch no and quantity to inventory alerts (openmrs#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonmwanzia authored and makombe committed Dec 17, 2024
1 parent e0e8a2a commit 6f38621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stock-home/stock-home-inventory-card.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const StockHomeInventoryCard = () => {
<div className={styles.cardText}>
<p>EXPIRING STOCK</p>
<p>
<strong>{item?.drugName}</strong> {item?.dispensingUnitName}
<strong>{item?.drugName}</strong> Batch No: {item?.batchNo} Quantity: {item?.quantity}{' '}
{item?.dispensingUnitName}
</p>
</div>
</div>
Expand Down

0 comments on commit 6f38621

Please sign in to comment.