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