fix category_id thing with locationgroup _orig
This commit is contained in:
parent
a81f7d9482
commit
cbf3479a13
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ class LocationGroup(Location, models.Model):
|
|||
self._orig = {
|
||||
"priority": self.priority,
|
||||
"hierarchy": self.hierarchy,
|
||||
"category": self.category,
|
||||
"category_id": self.category_id,
|
||||
"color": self.color,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue