From 511cdef3237281652fa22ea6ae3cd3564d318103 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 5 Apr 2020 15:59:48 +1000 Subject: [PATCH] Peppy fix --- InvenTree/part/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/serializers.py b/InvenTree/part/serializers.py index cd3a8c9017..3df21f2dbc 100644 --- a/InvenTree/part/serializers.py +++ b/InvenTree/part/serializers.py @@ -104,7 +104,7 @@ class PartSerializer(InvenTreeModelSerializer): 'allocated_stock', 'assembly', 'bom_items', - 'building', + 'building', 'category', 'category_name', 'component',