bug fix in print options auto create
This commit is contained in:
parent
605a2a90f0
commit
049948f819
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue