2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-16 17:56:30 +00:00

Supplier API is hyperlinked

This commit is contained in:
Oliver Walters
2017-04-14 22:40:59 +10:00
parent 41eb427c02
commit f85489bc0e
4 changed files with 18 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ class Company(models.Model):
abstract = True
name = models.CharField(max_length=100)
URL = models.URLField(blank=True)
website = models.URLField(blank=True)
address = models.CharField(max_length=200,
blank=True)
phone = models.CharField(max_length=50,