Merged in fix/add-multinight-breakfast (pull request #1705)
The number of breakfasts and total sums weren’t correctly calculated. This fixes that. Also changes display logic of when the ancillaries sections are shown Approved-by: Bianca Widstam
This commit is contained in:
@@ -34,6 +34,7 @@ export type BreakfastData = {
|
||||
nrOfAdults: number
|
||||
nrOfPayingChildren: number
|
||||
nrOfFreeChildren: number
|
||||
nrOfNights: number
|
||||
priceAdult: number
|
||||
priceChild: number
|
||||
currency: string
|
||||
|
||||
Reference in New Issue
Block a user