Merged in fix/allow-single-rateCode (pull request #1438)
fix: allow rates that only have either of member or public to be selectable * fix: allow rates that only have either of member or public to be selectable Approved-by: Michael Zetterberg
This commit is contained in:
committed by
Linus Flood
parent
3f01266a75
commit
c3e3fa62ec
@@ -64,8 +64,6 @@ export const roomRate: RoomRate = {
|
||||
pricePerStay: 132,
|
||||
currency: CurrencyEnum.EUR,
|
||||
},
|
||||
oldRateCode: "",
|
||||
rate: "",
|
||||
},
|
||||
publicRate: {
|
||||
rateCode: "SAVEEU",
|
||||
@@ -79,8 +77,6 @@ export const roomRate: RoomRate = {
|
||||
pricePerStay: 133,
|
||||
currency: CurrencyEnum.EUR,
|
||||
},
|
||||
oldRateCode: "",
|
||||
rate: "",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user