mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Correction de l'affichage des chambres/locaux
This commit is contained in:
parent
08d9e04a9e
commit
0770da51d1
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ class Room(AclMixin, RevMixin, models.Model):
|
||||||
unique_together = ('name', 'building')
|
unique_together = ('name', 'building')
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.building.cached_name + self.name
|
return self.building.cached_name + ' ' + self.name
|
||||||
|
|
||||||
|
|
||||||
class PortProfile(AclMixin, RevMixin, models.Model):
|
class PortProfile(AclMixin, RevMixin, models.Model):
|
||||||
|
|
Loading…
Reference in a new issue