mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -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">';
|
||||
|
||||
@@ -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);
|
||||
}*/
|
||||
|
||||
@@ -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">';
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user