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 771b077 commit 3d7afefCopy full SHA for 3d7afef
1 file changed
include/common/form.php
@@ -52,12 +52,14 @@
52
<script>
53
function submitForm() {
54
var form = input("#submit-form");
55
+ var id_riga = form.getElement().find("input[name=idriga]").val();
56
+
57
salvaForm("#submit-form", {
58
id_module: "'.$id_module.'",
59
id_record: "'.$id_record.'",
60
}).then(function(response) {
61
form.getElement().closest("div[id^=bs-popup").modal("hide");
- caricaRighe(null);
62
+ caricaRighe(id_riga);
63
});
64
65
return false;
0 commit comments