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

Export purchase order to CSV

This commit is contained in:
Oliver Walters
2019-06-13 22:38:10 +10:00
parent 73b9881dc5
commit 1b06d86f59
5 changed files with 81 additions and 5 deletions

View File

@ -585,10 +585,6 @@ class BomDownload(AjaxView):
# TODO - This should no longer extend an AjaxView!
model = Part
# form_class = BomExportForm
# template_name = 'part/bom_export.html'
# ajax_form_title = 'Export Bill of Materials'
# context_object_name = 'part'
def get(self, request, *args, **kwargs):