1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento moduli minori

This commit is contained in:
Thomas Zilio
2018-09-26 10:49:38 +02:00
parent f9d393175d
commit fb3a856db2
22 changed files with 244 additions and 57 deletions

View File

@@ -3,7 +3,7 @@
include_once __DIR__.'/../../../core.php';
//trovo id_print della stampa
$id_print = Prints::getModuleMainPrint(1)['id'];
$id_print = Prints::getModulePredefinedPrint(1)['id'];
echo '
<form action="" method="post" onsubmit="if($(this).parsley().validate()) { return stampa_calendario(); }" >
@@ -82,4 +82,4 @@ $(function() {
});
});
</script>
</script>