Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
61de02c5ca
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue