Skip to content

Commit 7b302bc

Browse files
author
Gaso
committed
[FIX] estate tutorials ci
1 parent aa1b5a2 commit 7b302bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estate/models/estate_property_offer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ def create(self, vals_list):
5656
if vals['price'] < property_offering.best_offer_price:
5757
raise exceptions.ValidationError("You can't create an offer with a lower price than already existing offer.")
5858
property_offering.state = "offer_received"
59-
return super().create(vals)
59+
return super().create(vals_list)

0 commit comments

Comments
 (0)