Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Adjust ordering of transaction fields in billing transaction admin views
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Feb 19, 2015
1 parent 84e7de1 commit af288dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/billing/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class TransactionAdmin(admin.ModelAdmin):
'session_created', 'message_cost', 'storage_cost',
'session_cost', 'session_length_cost',
'session_unit_cost', 'session_unit_time',
'markup_percent', 'credit_amount', 'provider',
'markup_percent', 'provider', 'credit_amount',
'message_credits', 'storage_credits',
'session_credits', 'session_length_credits',
'credit_factor', 'status', 'message_id', 'last_modified')
Expand Down

0 comments on commit af288dc

Please sign in to comment.