Skip to content

Commit

Permalink
Add invoice no to Licence bulk edit (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
szok committed Dec 13, 2016
1 parent 46a44bb commit 41b96c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ralph/licences/admin.py
Expand Up @@ -86,9 +86,9 @@ class LicenceAdmin(
]
bulk_edit_list = [
'manufacturer', 'licence_type', 'property_of', 'software',
'number_bought', 'invoice_date', 'valid_thru', 'order_no', 'price',
'accounting_id', 'provider', 'niw', 'sn', 'remarks', 'budget_info',
'region'
'number_bought', 'invoice_no', 'invoice_date', 'valid_thru',
'order_no', 'price', 'accounting_id', 'provider', 'niw', 'sn',
'remarks', 'budget_info', 'region'
]
resource_class = resources.LicenceResource
_invoice_report_name = 'invoice-licence'
Expand Down

0 comments on commit 41b96c7

Please sign in to comment.