Fix visualizzazione campi personalizzati

This commit is contained in:
MatteoPistorello 2022-02-24 10:40:21 +01:00
parent 72e9a16bf6
commit 143b7bd121
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if (empty($record) || !$has_access) {
<script>
$(document).ready(function(){
let form = $("#module-edit").parent().find("form").first();
let form = $("#edit-form").first();
// Ultima sezione/campo del form
let last = form.find(".panel").last();