mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-20 10:57:40 +02:00
Added possibility to generate labels for storelocations.
This commit is contained in:
parent
9a9cd8e887
commit
bd6a0de0a2
12 changed files with 126 additions and 4 deletions
|
@ -65,7 +65,8 @@ class LabelOptionsType extends AbstractType
|
|||
'label' => 'label_options.supported_elements.label',
|
||||
'choices' => [
|
||||
'part.label' => 'part',
|
||||
'part_lot.label' => 'part_lot'
|
||||
'part_lot.label' => 'part_lot',
|
||||
'storelocation.label' => 'storelocation',
|
||||
]
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue