Bug fix for bookings
This commit is contained in:
@@ -184,7 +184,7 @@ const bulkWriteReservationsWithChangesTracking = (reservations) => {
|
||||
}
|
||||
});
|
||||
|
||||
instance.setDataValue('hourlyRate', previous.hourlyRate);
|
||||
instance.setDataValue('hourlyRate', instance.previous('hourlyRate'));
|
||||
|
||||
if (realChange){
|
||||
changes.push({
|
||||
|
||||
Reference in New Issue
Block a user