Merge pull request #16588 from atm-adrien/FIX/add_nowLink_on_socialCharges_card_creation

FIX : Add "Now" link on social charges creation card
This commit is contained in:
Laurent Destailleur 2021-03-08 16:31:41 +01:00 committed by GitHub
commit 7cb10eae2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,7 +343,7 @@ if ($action == 'create')
print $langs->trans("Date");
print '</td>';
print '<td>';
print $form->selectDate(!empty($dateech) ? $dateech : '-1', 'ech', 0, 0, 0, 'charge', 1);
print $form->selectDate(!empty($dateech) ? $dateech : '-1', 'ech', 0, 0, 0, 'charge', 1, 1);
print '</td>';
print "</tr>\n";