Fix: [ bug #277 ] Year dropdown in table header of supplier invoices
doesn't show the current filter criteria
This commit is contained in:
parent
bc9a31dc96
commit
a3220562d8
@ -3165,10 +3165,7 @@ else
|
||||
print '</td>';
|
||||
print '<td class="liste_titre" align="center">';
|
||||
print '<input class="flat" type="text" size="1" maxlength="2" name="month" value="'.$month.'">';
|
||||
//print ' '.$langs->trans('Year').': '.$syear;
|
||||
//print 'xx'.$syear.'zz';
|
||||
//if ($syear == '') $syear = date("Y");
|
||||
$htmlother->select_year($syear?$syear:-1,'year',1, 20, 5);
|
||||
$htmlother->select_year($year?$year:-1,'year',1, 20, 5);
|
||||
print '</td>';
|
||||
print '<td class="liste_titre" align="left"> </td>';
|
||||
print '<td class="liste_titre" align="left">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user