Add TODO
This commit is contained in:
parent
4352a208af
commit
13b64e60b9
@ -61,7 +61,7 @@ class FormOrder
|
||||
print '<select class="flat" name="'.$htmlname.'" '.$htmloption.'>';
|
||||
if ($addempty) print '<option value="-1" selected="selected"> </option>';
|
||||
|
||||
// TODO Aller chercher les sources dans dictionnaire
|
||||
// TODO Use a table called llx_c_input_reason
|
||||
print '<option value="0"'.($selected=='0'?' selected="selected"':'').'>'.$langs->trans('OrderSource0').'</option>';
|
||||
print '<option value="1"'.($selected=='1'?' selected="selected"':'').'>'.$langs->trans('OrderSource1').'</option>';
|
||||
print '<option value="2"'.($selected=='2'?' selected="selected"':'').'>'.$langs->trans('OrderSource2').'</option>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user