2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-29 10:10:53 +00:00

use full names consistently

This commit is contained in:
Matthias
2022-05-04 15:18:36 +02:00
parent 4053a91450
commit df9ca599a2
3 changed files with 5 additions and 5 deletions

View File

@ -227,7 +227,7 @@ class BOMReportTest(ReportTest):
print_url = 'api-bom-report-print'
class POReportTest(ReportTest):
class PurchaseOrderReportTest(ReportTest):
model = report_models.PurchaseOrderReport
@ -236,7 +236,7 @@ class POReportTest(ReportTest):
print_url = 'api-po-report-print'
class SOReportTest(ReportTest):
class SalesOrderReportTest(ReportTest):
model = report_models.SalesOrderReport