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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user