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:
@@ -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 "
|
||||
|
Reference in New Issue
Block a user