Improved serialization result for parts

This commit is contained in:
Jan Böhmer 2023-03-12 01:41:44 +01:00
parent 2c67586873
commit 38b5e95842
6 changed files with 168 additions and 2 deletions

View file

@ -89,7 +89,6 @@ class Pricedetail extends AbstractDBElement implements TimeStampableInterface
/**
* @var bool
* @ORM\Column(type="boolean")
* @Groups({"extended", "full"})
*/
protected bool $manual_input = true;