mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Use enums for LabelOptions
This commit is contained in:
parent
485b35fbd4
commit
71cd4057a7
23 changed files with 329 additions and 157 deletions
|
@ -100,7 +100,7 @@ class LabelProfileFixtures extends Fixture
|
|||
$option4->setLines('{{ element.name }}');
|
||||
$option4->setBarcodeType('code39');
|
||||
$option4->setSupportedElement('part');
|
||||
$option4->setLinesMode('twig');
|
||||
$option4->setProcessMode('twig');
|
||||
$profile4->setOptions($option4);
|
||||
|
||||
$manager->persist($profile4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue