2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +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
commit 74272d373a

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):