Update card.php

This commit is contained in:
Laurent Destailleur 2019-07-04 15:52:03 +02:00 committed by GitHub
parent f4978e9473
commit 1de499a320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2547,7 +2547,7 @@ elseif (! empty($object->id))
print load_fiche_titre($langs->trans("ToOrder"), '', '');
print '<table class="noborder centpercent">';
//print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("ToOrder").'</td></tr>';
print '<tr><td>'.$langs->trans("OrderDate").'</td><td>';
print '<tr><td class="fieldrequired">'.$langs->trans("OrderDate").'</td><td>';
$date_com = dol_mktime(GETPOST('rehour', 'int'), GETPOST('remin', 'int'), GETPOST('resec', 'int'), GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
if (empty($date_com)) $date_com=dol_now();
print $form->selectDate($date_com, '', 1, 1, '', "commande", 1, 1);