mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
fix display in other pdf admin page (#29738)
This commit is contained in:
committed by
GitHub
parent
c0f3ea0a11
commit
699ce89bfc
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user