From 8ad3c2e61298685005be42267790ca4d0c0cb4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 16 Feb 2026 18:25:41 +0100 Subject: [PATCH] Allow stocktake date to be empty on part lot form Fixes issue #1250 --- src/Form/Part/PartLotType.php | 1 - 1 file changed, 1 deletion(-) 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, ]); }