mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Qual: Suppression de la fonction print_select_date au profit de son doublon (la methode select_date).
Trad: Traduction des mois
This commit is contained in:
@@ -244,7 +244,7 @@ if ($_GET["action"] == 'create')
|
||||
print '<textarea name="note" wrap="soft" cols="60" rows="8"></textarea></td></tr>';
|
||||
|
||||
print '<tr><td>'.$langs->trans("Date").' :</td><td>';
|
||||
$html->select_date()
|
||||
$html->select_date();
|
||||
print "</td></tr>";
|
||||
|
||||
print '<tr><td>'.$langs->trans("Ref").' :</td><td>Provisoire</td></tr>';
|
||||
|
||||
Reference in New Issue
Block a user