You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are accepting several offers at once, won't this code set the buyer_id and selling_price of the first offer of the record_set to all the corresponding properties, even those whose accepted offer is from a different buyer_id and/or at a different selling_price?
The text was updated successfully, but these errors were encountered:
technical-training-solutions/estate/models/estate_property_offer.py
Lines 85 to 91 in a3b24b6
If you are accepting several offers at once, won't this code set the
buyer_id
andselling_price
of the first offer of the record_set to all the corresponding properties, even those whose accepted offer is from a differentbuyer_id
and/or at a differentselling_price
?The text was updated successfully, but these errors were encountered: