Add rate plans, room stay rates, and payments ledger
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
This commit is contained in:
@@ -86,6 +86,10 @@ class RoomStayFlow(
|
||||
room = newRoom,
|
||||
fromAt = movedAt,
|
||||
toAt = null,
|
||||
rateSource = stay.rateSource,
|
||||
nightlyRate = stay.nightlyRate,
|
||||
ratePlanCode = stay.ratePlanCode,
|
||||
currency = stay.currency,
|
||||
createdBy = actor
|
||||
)
|
||||
val savedNewStay = roomStayRepo.save(newStay)
|
||||
|
||||
Reference in New Issue
Block a user