Periode : fix , the second periode is wrong when opening day is asked
This commit is contained in:
parent
293f6ff3fc
commit
92ca159b54
1 changed files with 0 additions and 1 deletions
|
|
@ -455,7 +455,6 @@ class Periode
|
|||
$date_end=$this->cn->get_value("select to_char(to_date($1,'DD.MM.YYYY')+interval '1 month'-interval '1 day','DD.MM.YYYY')",
|
||||
array($fdate_start));
|
||||
|
||||
$date_end=sprintf('02.%02d.%d', $month, $year);
|
||||
$this->insert($date_start, $date_end, $p_exercice);
|
||||
}
|
||||
// The last month, we create a one-day periode for closing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue