2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-23 09:35:30 +00:00

Style fixes

This commit is contained in:
Oliver
2022-03-03 17:44:12 +11:00
parent 4f74a27e1a
commit 0ec0f55e17
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -626,7 +626,7 @@ class StockList(generics.ListCreateAPIView):
dataset = StockItemResource().export(queryset=queryset)
filedata = dataset.export(export_format)
filename = 'InvenTree_Stocktake_{date}.{fmt}'.format(
date=datetime.now().strftime("%d-%b-%Y"),
fmt=export_format