d55bbb6349
- Added "Check Stock Availability" header in AdminMenu::checkStockAvailability for clarity. - Updated prompt text to "Enter the Item ID" for consistency. - Added util::clear() after reading Item ID to refresh the screen before displaying results. - Implemented validation to show "Item not Found" message when the entered ID does not exist in inventory. Fix #1741