mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix Liste
This commit is contained in:
parent
eb5f81173b
commit
87a742be05
@ -34,7 +34,7 @@ switch (filter('op')) {
|
|||||||
} else {
|
} else {
|
||||||
$lista = Lista::build($name);
|
$lista = Lista::build($name);
|
||||||
if (Models\Locale::getDefault()->id == Models\Locale::getPredefined()->id) {
|
if (Models\Locale::getDefault()->id == Models\Locale::getPredefined()->id) {
|
||||||
$lista->name = $descrizione;
|
$lista->name = $name;
|
||||||
}
|
}
|
||||||
$id_record = $lista->id;
|
$id_record = $lista->id;
|
||||||
$lista->setTranslation('title', $name);
|
$lista->setTranslation('title', $name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user