From 049948f8192d8a32ef98feaef83c58431f9d8c44 Mon Sep 17 00:00:00 2001 From: babak alizadeh Date: Thu, 29 Aug 2024 09:49:31 +0330 Subject: [PATCH] bug fix in print options auto create --- hesabixCore/src/Entity/PrintOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]