diff --git a/src/Form/Part/PartLotType.php b/src/Form/Part/PartLotType.php index ae86fb61..fc330bb1 100644 --- a/src/Form/Part/PartLotType.php +++ b/src/Form/Part/PartLotType.php @@ -117,7 +117,6 @@ class PartLotType extends AbstractType 'widget' => 'single_text', 'disabled' => !$this->security->isGranted('@parts_stock.stocktake'), 'required' => false, - 'empty_data' => null, ]); }