mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
44818ca0c5
commit
032057c93a
@ -79,10 +79,11 @@ class POReportTest(ReportTest):
|
||||
detail_url = 'api-po-report-detail'
|
||||
print_url = 'api-po-report-print'
|
||||
|
||||
|
||||
class SOReportTest(ReportTest):
|
||||
|
||||
model = report_models.SalesOrderReport
|
||||
|
||||
list_url = 'api-so-report-list'
|
||||
detail_url = 'api-so-report-detail'
|
||||
print_url = 'api-so-report-print'
|
||||
print_url = 'api-so-report-print'
|
||||
|
Loading…
Reference in New Issue
Block a user