Formatting of invoices / Door lock time to incident reports
This commit is contained in:
@@ -202,7 +202,6 @@ const bulkWriteReservationsWithChangesTracking = (reservations, resourcesMap) =>
|
||||
}else{
|
||||
hourlyRate = resourceId ? resourcesMap[resourceId].price.price : 0;
|
||||
}
|
||||
console.log(hourlyRate);
|
||||
instance.setDataValue('hourlyRate', hourlyRate);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@ const fetchOffices = () => {
|
||||
cleanedOffices.push({
|
||||
officeId: office['_id'],
|
||||
officeName: office.name,
|
||||
officeSlug: office.description,
|
||||
});
|
||||
});
|
||||
resolve(cleanedOffices);
|
||||
|
||||
Reference in New Issue
Block a user