digitalfox / pydici

CRM, billing and staffing management web tool for consulting company
http://www.enioka.com/pydici-web/
GNU Affero General Public License v3.0
140 stars 63 forks source link

Fix rude bot sending messages when today is a public holiday #201

Closed l4dri4l closed 5 months ago

l4dri4l commented 6 months ago

added public holiday check in outside_business_hours(). Removed public holiday check in time_to_declare() as already catched when called from call_from_timesheet() that returns if outside_business_hours() returns true before.