Skip to content

Commit

Permalink
Sum changes
Browse files Browse the repository at this point in the history
  • Loading branch information
romcheg committed Jun 18, 2020
1 parent efaf42e commit 1414a16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ralph/sim_cards/admin.py
Expand Up @@ -16,8 +16,7 @@ class SIMCardAdmin(MulitiAddAdminMixin, TransitionAdminMixin, RalphAdmin):
# fieldsets - configuration of editor layout
form = SIMCardForm
show_transition_history = True
list_display = ['status', 'card_number', 'phone_number', 'pin1', 'puk1',
'user', 'owner', 'warehouse', 'carrier',
list_display = ['status', 'owner', 'warehouse', 'carrier',
'quarantine_until']
multiadd_summary_fields = list_display
raw_id_fields = ['warehouse', 'owner', 'user', 'carrier']
Expand Down

0 comments on commit 1414a16

Please sign in to comment.