mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Fixed some exceptions introduced earlier.
This commit is contained in:
parent
58ada496e4
commit
c2c768b151
5 changed files with 6 additions and 10 deletions
|
@ -78,7 +78,7 @@ class Currency extends AbstractStructuralDBElement
|
|||
* @ORM\Column(type="string")
|
||||
* @Assert\Currency()
|
||||
*/
|
||||
protected string $iso_code;
|
||||
protected string $iso_code = "";
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="Currency", mappedBy="parent", cascade={"persist"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue