jdhruv1503 / warehouse-management-py

A warehouse management Python program (menu-based). Created purely for a school project.
2 stars 0 forks source link

Number of hours worked #3

Closed jdhruv1503 closed 3 years ago

jdhruv1503 commented 3 years ago

A check must be implemented so that number of hours worked for a worker must not exceed 24.

jdhruv1503 commented 3 years ago

A min() statement has been added to fix this in v1.0 bugfix.