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
Product price might change with time, value of paid (or accepted) orders shouldn't. This also will bite once sales and discounts will be introduced.
btw, relation to product via on_change=DO_NOTHING might lead to unexpected results.
The text was updated successfully, but these errors were encountered:
In current implementation order price is determent from current product price. https://github.com/JamesRamm/longclaw/blob/a041d3d505539f03dce4d0570f067ecc1eb4e7a9/longclaw/orders/models.py#L91-L93
Product price might change with time, value of paid (or accepted) orders shouldn't. This also will bite once sales and discounts will be introduced.
btw, relation to product via
on_change=DO_NOTHING
might lead to unexpected results.The text was updated successfully, but these errors were encountered: