From 01778f996edb814d5a09538e93f658a97f930aa9 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 10 May 2019 20:12:15 +1000 Subject: [PATCH] PEP fixes --- InvenTree/company/models.py | 2 +- InvenTree/part/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/company/models.py b/InvenTree/company/models.py index 06591e2eb9..2e6d3c694c 100644 --- a/InvenTree/company/models.py +++ b/InvenTree/company/models.py @@ -50,7 +50,7 @@ class Company(models.Model): address: Postal address phone: contact phone number email: contact email address - URL: Secondary URL e.g. for link to internal Wiki page + URL: Secondary URL e.g. for link to internal Wiki page image: Company image / logo notes: Extra notes about the company is_customer: boolean value, is this company a customer diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index fb72da60b9..5a318c85b5 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -134,7 +134,7 @@ class Part(models.Model): minimum_stock: Minimum preferred quantity to keep in stock units: Units of measure for this part (default='pcs') salable: Can this part be sold to customers? - buildable: Can this part be build from other parts? + buildable: Can this part be build from other parts? consumable: Can this part be used to make other parts? purchaseable: Can this part be purchased from suppliers? trackable: Trackable parts can have unique serial numbers assigned, etc, etc