modifs ???

This commit is contained in:
2021-08-03 08:15:13 +02:00
parent d47e2a2378
commit 59d42f81ac
4 changed files with 11 additions and 7 deletions

View File

@@ -410,6 +410,6 @@ def ajax_article(request):
d['ref'] = items.ref
d['libelle'] = items.libelle
d['prixht'] = "%.2f" % items.prixht
d['unite'] = items.unite
liste.append(d)
return Response(json.dumps(liste))