mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-01 16:36:45 +01:00
Fix #548
This commit is contained in:
parent
038c406716
commit
9d230c2bab
@ -202,7 +202,7 @@ if (empty($record) || !$has_access) {
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
var form = $("#custom_fields_top-edit").parent().find("form").first();
|
||||
var form = $("#module-edit").find("form").first();
|
||||
|
||||
// Campi a inizio form
|
||||
form.prepend($("#custom_fields_top-edit").html());
|
||||
|
@ -47,7 +47,7 @@ include_once __DIR__.'/../../core.php';
|
||||
|
||||
<?php
|
||||
|
||||
include $module->filepath('content-info.php');
|
||||
include $structure->filepath('content-info.php');
|
||||
|
||||
?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user