bug fix in print options auto create

This commit is contained in:
babak alizadeh 2024-08-29 09:49:31 +03:30
parent 605a2a90f0
commit 049948f819

View file

@ -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)]