8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 04:04:06 +00:00

Ne save pas les factures avant d'en avoir vérifié le prix.

This commit is contained in:
Hugo LEVY-FALK 2018-07-16 09:24:53 +02:00
parent 167bc60123
commit 3dc863a635

View file

@ -118,7 +118,6 @@ def new_facture(request, user, userid):
articles = article_formset
# Check if at leat one article has been selected
if any(art.cleaned_data for art in articles):
new_invoice_instance.save()
# Building a purchase for each article sold
purchases = []
total_price = 0