Skip to content

Commit

Permalink
fix: aggiunta conteggio righe note preventivo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Dec 10, 2024
1 parent 1b965e5 commit 7f3e751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/preventivi/body.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
echo '
<p>'.nl2br((string) $documento['descrizione']).'</p>
<br>';
$autofill->count($documento['descrizione']);
}

// Intestazione tabella per righe
Expand Down

0 comments on commit 7f3e751

Please sign in to comment.