mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
fix: stampa fattura accompagnatoria
This commit is contained in:
parent
9db8bb8afa
commit
d2b2a4127c
@ -26,7 +26,7 @@ $prezzi_ivati = setting('Utilizza prezzi di vendita comprensivi di IVA');
|
||||
|
||||
// Creazione righe fantasma
|
||||
$autofill = new Util\Autofill(6, 70);
|
||||
$rows_per_page = $rows_per_page ?: ($fattura_accompagnatoria ? 13 : 26);
|
||||
$rows_per_page = $rows_per_page ?: ($fattura_accompagnatoria ? 24 : 26);
|
||||
$autofill->setRows($rows_per_page, 0);
|
||||
|
||||
// Intestazione tabella per righe
|
||||
|
Loading…
x
Reference in New Issue
Block a user