forked from DGNum/gestioCOF
make black happy
This commit is contained in:
parent
9d2c13e67c
commit
035bbe68a5
1 changed files with 1 additions and 1 deletions
|
@ -2018,7 +2018,7 @@ def order_create(request, pk):
|
||||||
"v_et": round(v_et),
|
"v_et": round(v_et),
|
||||||
"v_prev": round(v_prev),
|
"v_prev": round(v_prev),
|
||||||
"c_rec": article.box_capacity and c_rec or round(c_rec_tot),
|
"c_rec": article.box_capacity and c_rec or round(c_rec_tot),
|
||||||
"is_sold": article.is_sold
|
"is_sold": article.is_sold,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue