forked from erp-dev/erp
feat: tasks for sync products and customers
This commit is contained in:
@@ -60,7 +60,7 @@ class UserProfileAdmin(AdminBase):
|
||||
|
||||
@admin.register(models.Merchant)
|
||||
class MerchantAdmin(admin.ModelAdmin):
|
||||
list_display = ('name', 'type', 'email', 'mobile', 'auto_complete_stock_change')
|
||||
list_display = ('id', 'name', 'type', 'email', 'mobile', 'auto_complete_stock_change')
|
||||
search_fields = ('name', 'mobile')
|
||||
list_filter = ('type', 'auto_complete_stock_change')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user