Fix generico #196

This commit is contained in:
Thomas Zilio 2018-03-29 18:20:36 +02:00
parent 3c3dfbf36b
commit c17f5cf7ff
1 changed files with 5 additions and 1 deletions

View File

@ -78,3 +78,7 @@ $custom = [
if (($_SESSION['gruppo'] == 'Clienti' && $id_cliente != Auth::user()['idanagrafica'] && !Auth::admin()) || Modules::getPermission($module_name) == '-') {
die(tr('Non hai i permessi per questa stampa!'));
}
if ($fattura_accompagnatoria) {
$settings['footer-height'] += 40;
}