Skip to content

Commit df929e1

Browse files
committed
fix: rimozione sconto dal conteggio righe nelle stampe
1 parent 1c2aadf commit df929e1

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

templates/contratti/body.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@
211211

212212
echo '
213213
<br><small class="text-muted">'.$text.'</small>';
214-
215-
$autofill->count($text, true);
216214
}
217215

218216
echo '

templates/fatture/body.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@
192192
echo '
193193
<br><small class="text-muted">'.$text.'</small>';
194194

195-
$autofill->count($text, true);
196195
}
197196

198197
echo '

templates/ordini/body.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@
245245

246246
echo '
247247
<br><small class="text-muted">'.$text.'</small>';
248-
249-
$autofill->count($text, true);
250248
}
251249

252250
echo '

templates/preventivi/body.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205

206206
echo '
207207
<br><small class="text-muted">'.$text.'</small>';
208-
$autofill->count($text, true);
209208
}
210209

211210
echo '

0 commit comments

Comments
 (0)