Laurent Destailleur 2 years ago
parent
commit
2878cd879e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/admin/pdf_other.php

+ 1 - 1
htdocs/admin/pdf_other.php

@@ -173,7 +173,7 @@ if (isModEnabled('facture')) {
 	//if ($conf->use_javascript_ajax) {
 	//	print ajax_constantonoff('INVOICE_ADD_SWISS_QR_CODE');
 	//} else {
-	$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes"), 'bottom' => $langs->trans("AtBottomOfPage").' ('.$langs->trans("Experimental").')');
+	$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes"), 'bottom' => $langs->trans("AtBottomOfPage").' ('.$langs->trans("Experimental").' - Need PHP 8.1+)');
 	print $form->selectarray("INVOICE_ADD_SWISS_QR_CODE", $arrval, $conf->global->INVOICE_ADD_SWISS_QR_CODE);
 	//}
 	print '</td></tr>';