|
@@ -154,7 +154,7 @@ class AdherentTypeFilter(admin.SimpleListFilter):
|
|
|
class AdhesionAdmin(admin.ModelAdmin):
|
|
|
list_display = ('get_id', 'get_adherent_link', 'type',)
|
|
|
list_filter = (AdherentTypeFilter,)
|
|
|
- fields = ('id', 'type', 'get_adherent_link',)
|
|
|
+ fields = ('id', 'type', 'get_adherent_link', 'notes')
|
|
|
readonly_fields = ('id', 'type', 'get_adherent_link',)
|
|
|
search_fields = ('id',)
|
|
|
inlines = (ServiceInline,)#PaymentInline,)
|