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

Merge pull request #8 from SchrodingersGat/master

oops
This commit is contained in:
Oliver
2017-03-29 00:30:15 +11:00
committed by GitHub

View File

@ -1,6 +1,6 @@
from django.contrib import admin
from .models import Supplier, SupplierPart, Customer
from .models import Supplier, SupplierPart, Customer, Manufacturer
class CompanyAdmin(admin.ModelAdmin):