diff --git a/kfet/views.py b/kfet/views.py index 136d7bd0..3a497111 100644 --- a/kfet/views.py +++ b/kfet/views.py @@ -2018,7 +2018,7 @@ def order_create(request, pk): "v_et": round(v_et), "v_prev": round(v_prev), "c_rec": article.box_capacity and c_rec or round(c_rec_tot), - "is_sold": article.is_sold + "is_sold": article.is_sold, } )