You can try to update your product quantity in the database manually.

Code:
UPDATE `products` SET `products_quantity` = '5';
BACKUP your database before you try this.