mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Fixed invalid name for currency in data fixture
This commit is contained in:
parent
eb4258053e
commit
fe7910a2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class CurrencyFixtures extends Fixture
|
|||
|
||||
$currency7 = new Currency();
|
||||
$currency7->setName('Test Currency with long name');
|
||||
$currency7->setIsoCode('CHY');
|
||||
$currency7->setIsoCode('CNY');
|
||||
$manager->persist($currency7);
|
||||
|
||||
$manager->flush();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue