1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-08 07:38:54 +01:00

fix: stampa contratti con sconto in fattura

This commit is contained in:
valentina 2025-01-23 09:40:50 +01:00
parent e3d08002a4
commit e41aadfdd3

View File

@ -341,6 +341,7 @@ if (($options['pricing'] && !isset($options['hide-total'])) || $options['show-on
<b>'.moneyFormat($netto_a_pagare, $d_totali).'</b>
</th>
</tr>';
$autofill->set(2);
}
}
}