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
When a hub manager adds a variant to a product, copy the producer,
category, tax category, unit, unit value and price from the most
recently created variant, and default the quantity to 0.
Previously these fields were blank, which caused confusing save errors
when the required producer, category and unit fields were left empty —
behaviour that regressed when those fields moved from the product to the
variant. Defaulting the quantity to 0 (and not copying the on-demand
flag) leaves new variants out of stock until the user sets a quantity,
preventing accidental sales.
0 commit comments