Skip to content

Commit df3303e

Browse files
committed
refactor: allineamento modutil primanota
1 parent 47c1897 commit df3303e

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

modules/scadenzario/edit.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@
134134
</div>';
135135
}
136136

137-
// Visualizzazione movimenti di prima nota con primanota = 1
138-
include_once __DIR__.'/../primanota/movimenti_utils.php';
139-
140137
if (!empty($documento)) {
141138
echo renderTabellaMovimentiPrimaNota($documento->id, null);
142139
} else {

update/2_9_1.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)