2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Include status label text when exporting stocktake data

This commit is contained in:
Oliver Walters
2019-09-15 20:14:27 +10:00
parent 03043e67c7
commit 204cd967aa
4 changed files with 7 additions and 5 deletions

View File

@ -14,8 +14,6 @@ from django.views.generic import DetailView, ListView, FormView
from django.forms.models import model_to_dict
from django.forms import HiddenInput, CheckboxInput
import tablib
from fuzzywuzzy import fuzz
from decimal import Decimal