From 67c4b41f7e401e95d3858d4ad6e45a76db842a83 Mon Sep 17 00:00:00 2001 From: PA Parent Date: Tue, 15 Nov 2011 14:07:32 -0500 Subject: [PATCH] =?utf8?q?Supression=20d'une=20red=C3=A9finition=20de=20doss?= =?utf8?q?ier=5Fpiece=5Fdispatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/rh/models.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/project/rh/models.py b/project/rh/models.py index 910478f..ae03df7 100644 --- a/project/rh/models.py +++ b/project/rh/models.py @@ -1104,7 +1104,3 @@ class ResponsableImplantation(AUFMetadata): ordering = ['implantation__nom'] verbose_name = "Responsable d'implantation" verbose_name_plural = "Responsables d'implantation" - -def dossier_piece_dispatch(instance, filename): - path = "dossier/%s/%s" % (instance.dossier_id, filename) - return path -- 1.7.10.4