diff --git a/htdocs/admin/pdf_other.php b/htdocs/admin/pdf_other.php index 6d6b9073359..882277ffd8c 100644 --- a/htdocs/admin/pdf_other.php +++ b/htdocs/admin/pdf_other.php @@ -339,6 +339,8 @@ if (isModEnabled('shipping')) { print $form->selectarray("BARCODE_ON_SHIPPING_PDF", $arrval, getDolGlobalString('BARCODE_ON_SHIPPING_PDF')); } print ''; + print ''; + print ''; } @@ -381,6 +383,8 @@ if (isModEnabled('reception')) { print $form->selectarray("BARCODE_ON_RECEPTION_PDF", $arrval, getDolGlobalString('BARCODE_ON_RECEPTION_PDF')); } print ''; + print ''; + print ''; } if (isModEnabled('stocktransfer')) {