diff --git a/hesabixCore/src/Entity/PrintOptions.php b/hesabixCore/src/Entity/PrintOptions.php index 7b6de9d..0e076bc 100644 --- a/hesabixCore/src/Entity/PrintOptions.php +++ b/hesabixCore/src/Entity/PrintOptions.php @@ -36,7 +36,7 @@ class PrintOptions #[ORM\Column(type: Types::TEXT, nullable: true)] private ?string $sellNoteString = null; - #[ORM\Column] + #[ORM\Column(nullable: true)] private ?bool $buyBidInfo = null; #[ORM\Column(nullable: true)]