mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms: check vals in blocked reservations fixed
This commit is contained in:
@@ -2083,6 +2083,7 @@ class PmsReservation(models.Model):
|
||||
[
|
||||
("date" in line[2] or "price" in line[2])
|
||||
for line in vals.get("reservation_line_ids")
|
||||
if line[0] == 1
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user