mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added exceptions
This commit is contained in:
@ -7,7 +7,10 @@ var ObjectId = Schema.ObjectId;
|
||||
const EXCEPTION_REASONS = [
|
||||
'late_to_first_workorder',
|
||||
'too_little_travel',
|
||||
'too_much_travel'
|
||||
'too_much_travel',
|
||||
'less_than_twenty_hours_worked',
|
||||
'less_than_thirty_hours_worked',
|
||||
'greater_than_forty_hours_worked'
|
||||
];
|
||||
|
||||
var schema = new Schema({
|
||||
|
Reference in New Issue
Block a user