diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/sklad/main.go | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sklad/main.go b/cmd/sklad/main.go index 475d214..83b9213 100644 --- a/cmd/sklad/main.go +++ b/cmd/sklad/main.go @@ -92,6 +92,7 @@ func handleContainerPost(r *http.Request) error {  			c := *container  			c.Description = description  			c.Series = series +			c.Parent = parent  			return dbContainerUpdate(container, c)  		}  	} else if remove {  | 
