fix display in other pdf admin page (#29738)

This commit is contained in:
lamrani abdelwadoud
2024-05-22 17:03:44 +02:00
committed by GitHub
parent c0f3ea0a11
commit 699ce89bfc

View File

@@ -339,6 +339,8 @@ if (isModEnabled('shipping')) {
print $form->selectarray("BARCODE_ON_SHIPPING_PDF", $arrval, getDolGlobalString('BARCODE_ON_SHIPPING_PDF'));
}
print '</td></tr>';
print '</table>';
print '</div>';
}
@@ -381,6 +383,8 @@ if (isModEnabled('reception')) {
print $form->selectarray("BARCODE_ON_RECEPTION_PDF", $arrval, getDolGlobalString('BARCODE_ON_RECEPTION_PDF'));
}
print '</td></tr>';
print '</table>';
print '</div>';
}
if (isModEnabled('stocktransfer')) {