1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

Revert "Fix minore"

This reverts commit 193ea73045c20d6be3cc2cf48d1fb25cd962004a.
This commit is contained in:
valentina 2024-06-14 14:39:56 +02:00
parent 193ea73045
commit ba24417495

View File

@ -136,7 +136,7 @@ if (file_exists($extraction_dir.'/VERSION')) {
$installed = Prints::getPrints()[$info['name']];
$insert['id_module'] = Module::where('name', $info['module'])->first()->id;
$insert['is_record'] = $info['is_record'];
$insert['filename'] = $info['filename'];
$insert_lang['filename'] = $info['filename'];
$insert['icon'] = $info['icon'];
}
@ -181,7 +181,7 @@ if (file_exists($extraction_dir.'/VERSION')) {
'id_module' => $insert['id_module'],
'is_record' => $insert['is_record'],
'icon' => $insert['icon'],
'filename' => $insert['filename'],
'filename' => $insert_lang['filename'],
'order' => 100,
'default' => 0,
'enabled' => 1,