Skip to content

Commit

Permalink
Rename liste to listes
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl authored and TheoLechemia committed Nov 10, 2023
1 parent 92d7567 commit ea7e436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptax/admin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def populate_bib_liste(id_list, delimiter, with_header, file):

tax = Taxref.query.get(cd_nom)
if tax:
tax.liste.append(bibliste)
tax.listes.append(bibliste)

db.session.commit()

0 comments on commit ea7e436

Please sign in to comment.