2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Fix incorrect inputs

This commit is contained in:
Oliver
2022-02-25 15:57:30 +11:00
parent ef9c6e9fe0
commit fea6091e42
2 changed files with 1 additions and 2 deletions

View File

@ -31,6 +31,7 @@ from datetime import datetime, timedelta
from InvenTree import helpers
import InvenTree.tasks
import common.models
import report.models
import label.models