mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-20 04:06:34 +01:00
Fix visualizzazione campi personalizzati
This commit is contained in:
parent
72e9a16bf6
commit
143b7bd121
@ -283,7 +283,7 @@ if (empty($record) || !$has_access) {
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
let form = $("#module-edit").parent().find("form").first();
|
let form = $("#edit-form").first();
|
||||||
|
|
||||||
// Ultima sezione/campo del form
|
// Ultima sezione/campo del form
|
||||||
let last = form.find(".panel").last();
|
let last = form.find(".panel").last();
|
||||||
|
Loading…
Reference in New Issue
Block a user