NEW Rename Form::select_date to Form::selectDate and Form::form_date to Form::formDate

This commit is contained in:
Marcos García de La Fuente
2016-03-21 21:51:29 +01:00
parent fbe34e9efc
commit 89bd173c2f
103 changed files with 256 additions and 256 deletions

View File

@@ -510,11 +510,11 @@ if ($id > 0 || ! empty($ref))
print '</td>';
print '<td>';
$dlcdatesuffix=dol_mktime(0, 0, 0, GETPOST('dlc'.$suffix.'month'), GETPOST('dlc'.$suffix.'day'), GETPOST('dlc'.$suffix.'year'));
Form::select_date($dlcdatesuffix,'dlc'.$suffix,'','',1,"");
Form::selectDate($dlcdatesuffix,'dlc'.$suffix,'','',1,"");
print '</td>';
print '<td>';
$dluodatesuffix=dol_mktime(0, 0, 0, GETPOST('dluo'.$suffix.'month'), GETPOST('dluo'.$suffix.'day'), GETPOST('dluo'.$suffix.'year'));
Form::select_date($dluodatesuffix,'dluo'.$suffix,'','',1,"");
Form::selectDate($dluodatesuffix,'dluo'.$suffix,'','',1,"");
print '</td>';
print '<td colspan="2">&nbsp</td>'; // Qty ordered + qty already dispatached
}