We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1b5a2 commit 7b302bcCopy full SHA for 7b302bc
estate/models/estate_property_offer.py
@@ -56,4 +56,4 @@ def create(self, vals_list):
56
if vals['price'] < property_offering.best_offer_price:
57
raise exceptions.ValidationError("You can't create an offer with a lower price than already existing offer.")
58
property_offering.state = "offer_received"
59
- return super().create(vals)
+ return super().create(vals_list)
0 commit comments