new file: .gitea/workflows/deploy.yml modified: compta/templates/compta/base.html modified: compta/templates/compta/gestion.html modified: compta/templates/compta/import_csv.html modified: compta/templates/compta/saisie_paiement.html modified: compta/views_gestion.py modified: compta/views_import.py modified: compta/views_saisie.py
This commit is contained in:
@@ -45,6 +45,7 @@ def _context(entreprises, post=None):
|
||||
"categories_vente": Categorie.objects.filter(actif=True, usage__in=["vente", "neutre"]),
|
||||
"today": date.today().isoformat(),
|
||||
"post": post,
|
||||
"vue": "saisie",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user