Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2026-01-21 12:45:03 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -529,7 +529,7 @@ if ($action == 'new') {
print '<input type="hidden" name="type" value="'.$type.'">';
print '<input type="hidden" name="accountid" value="'.$bid.'">';
print_fiche_titre($account_label, '', '');
print load_fiche_titre($account_label, '', '');
$moreforfilter = '';
print '<div class="div-table-responsive-no-min">';

View File

@@ -162,6 +162,9 @@ if (GETPOSTISSET('template')) {
$selectedIdsStr = GETPOST('selectedPosts', 'alpha');
//$selectedPosts = array();
$selectedIds = json_decode($selectedIdsStr);
if (is_numeric($selectedIds)) {
$selectedIds = array($selectedIds);
}
/*if (is_array($selectedPostsStr)) {
$selectedPosts = explode(',', $selectedPostsStr);
}*/

View File

@@ -270,7 +270,6 @@ if (count($echeances->lines) > 0) {
print '<input type="hidden" name="action" value="createecheancier">';
}
//print_fiche_titre($langs->trans("FinancialCommitment"));
print '<br>';
print '<div class="div-table-responsive-no-min">';

View File

@@ -325,8 +325,6 @@ if (empty($listoftotps)) {
print '<tr><td colspan="2"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
}
//print_fiche_titre($langs->trans("ApiKey"));
print '</table>'."\n";
print '</div>'."\n";