projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1fce0
)
Supression d'une redéfinition de dossier_piece_dispatch
author
PA Parent
<paparent@paparent.me>
Tue, 15 Nov 2011 19:07:32 +0000
(14:07 -0500)
committer
PA Parent
<paparent@paparent.me>
Tue, 15 Nov 2011 19:07:32 +0000
(14:07 -0500)
project/rh/models.py
patch
|
blob
|
blame
|
history
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
910478f
..
ae03df7
100644
(file)
--- 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