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 47c1897 commit df3303eCopy full SHA for df3303e
3 files changed
modules/primanota/movimenti_utils.php modules/primanota/modutil.phpmodules/primanota/movimenti_utils.php renamed to modules/primanota/modutil.php
modules/scadenzario/edit.php
@@ -134,9 +134,6 @@
134
</div>';
135
}
136
137
-// Visualizzazione movimenti di prima nota con primanota = 1
138
-include_once __DIR__.'/../primanota/movimenti_utils.php';
139
-
140
if (!empty($documento)) {
141
echo renderTabellaMovimentiPrimaNota($documento->id, null);
142
} else {
update/2_9_1.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+include __DIR__.'/../config.inc.php';
4
5
+$files = [
6
+ 'modules/primanota/movimenti_utils.php',
7
+];
8
9
+foreach ($files as $key => $value) {
10
+ $files[$key] = realpath(base_dir().'/'.$value);
11
+}
12
13
+delete($files);
0 commit comments