mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-07 11:13:44 +01:00
fix: #1563 stampa preventivo con subtotale
This commit is contained in:
parent
ae147a6f90
commit
5b62d70409
@ -235,6 +235,10 @@ foreach ($righe as $key => $riga) {
|
||||
echo '
|
||||
</tr>';
|
||||
|
||||
$autofill->next();
|
||||
|
||||
$next = $righe->flatten()[$num];
|
||||
|
||||
if ($has_gruppo && ($next->is_titolo || $next == null) && ($options['pricing'] || $options['show-only-total'])) {
|
||||
echo '
|
||||
<tr>
|
||||
@ -264,9 +268,10 @@ foreach ($righe as $key => $riga) {
|
||||
</td>
|
||||
</tr>';
|
||||
}
|
||||
$autofill->next();
|
||||
$autofill->next();
|
||||
$autofill->next();
|
||||
}
|
||||
|
||||
$autofill->next();
|
||||
}
|
||||
|
||||
echo '
|
||||
|
Loading…
x
Reference in New Issue
Block a user