mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-13 02:38:34 +01:00
Fixed empty message for CurrencyEntityType.
This commit is contained in:
@@ -125,6 +125,7 @@ class StructuralEntityType extends AbstractType
|
||||
];
|
||||
if ($options['empty_message']) {
|
||||
$tmp['data-none-Selected-Text'] = $options['empty_message'];
|
||||
$tmp['title'] = $options['empty_message'];
|
||||
}
|
||||
|
||||
return $tmp;
|
||||
|
||||
Reference in New Issue
Block a user