We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316ec3d commit feda728Copy full SHA for feda728
1 file changed
modules/anagrafiche/plugins/allegati.php
@@ -153,7 +153,7 @@
153
<i class="fa fa-external-link"></i> '.$file->name.'
154
</a>
155
</td>
156
- <td>'.Modules::link(Module::find($allegato['id_module']->name), $file->id_record, $documento['descrizione']).'</td>
+ <td>'.Modules::link(Module::find($documento['id_module'])->name, $documento['id_record'], $documento['descrizione']).'</td>
157
<td class="text-center">'.Translator::dateToLocale($file->created_at).'</td>
158
</tr>';
159
}
0 commit comments