1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

fix: generazione righe vuote stampa ddt

This commit is contained in:
valentina
2024-11-05 17:56:41 +01:00
parent 81c1411b46
commit 9ad163c9a3

View File

@@ -23,8 +23,8 @@ $prezzi_ivati = setting('Utilizza prezzi di vendita comprensivi di IVA');
// Creazione righe fantasma
$autofill = new Util\Autofill($options['pricing'] ? 6 : 3);
$rows_per_page = $options['pricing'] ? 21 : 20;
$autofill->setRows($rows_per_page, 0, $options['pricing'] ? 21 : 20);
$rows_per_page = $options['pricing'] ? 20 : 19;
$autofill->setRows($rows_per_page, 0, $options['pricing'] ? 20 : 19);
// Intestazione tabella per righe
echo "