Bug fix : duplicate operation last date was not proposed
This commit is contained in:
parent
90f8169f53
commit
6a6a012124
4 changed files with 27 additions and 14 deletions
|
|
@ -265,8 +265,12 @@ catch (Exception $e)
|
|||
alert($e->getMessage());
|
||||
return;
|
||||
}
|
||||
if (!isset($_REQUEST['e_date']) && $g_parameter->MY_DATE_SUGGEST=='Y')
|
||||
echo create_script(" get_last_date()");
|
||||
$e_date=$http->request("e_date","string","");
|
||||
|
||||
if ($e_date=="" && $g_parameter->MY_DATE_SUGGEST=='Y')
|
||||
{
|
||||
echo create_script(" get_last_date()");
|
||||
}
|
||||
echo create_script(" update_name()");
|
||||
echo '</div>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue