Skip to content

Commit

Permalink
add invoice report currency verification (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymi- committed Sep 16, 2020
1 parent 3384705 commit 4248072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ralph/assets/invoice_report.py
Expand Up @@ -25,7 +25,9 @@ class InvoiceReportMixin(object):
actions = ['invoice_report']

_invoice_report_select_related = []
_invoice_report_common_fields = ['invoice_no', 'invoice_date', 'provider']
_invoice_report_common_fields = [
'invoice_no', 'invoice_date', 'provider', 'price_currency'
]
_price_field = 'price'
_invoice_report_name = 'invoice'
_invoice_report_item_fields = []
Expand Down

0 comments on commit 4248072

Please sign in to comment.