mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix #15646 : patch of this bug
This commit is contained in:
parent
6d4a90b543
commit
d7f56b42cf
|
|
@ -897,7 +897,6 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
|
|||
if ($id) $param .= '&id='.urlencode($id);
|
||||
if ($projectid) $param .= '&projectid='.urlencode($projectid);
|
||||
if ($withproject) $param .= '&withproject='.urlencode($withproject);
|
||||
if ($page) $param .= '&page='.urlencode($page);
|
||||
|
||||
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
|
||||
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user