Commit d7164772 authored by Frank Bergmann's avatar Frank Bergmann

- Timesheet Invoicing:

  Extending the default end-date by 15 days
  so that the current month is always included
parent 08183ad8
......@@ -141,7 +141,7 @@ if {"" == $start_date} {
set start_date "$start_year-$start_month-01"
}
set days_in_future "1 month"
set days_in_future "45 days"
db_1row end_date "
select
to_char(to_date(:start_date, 'YYYY-MM-DD') + :days_in_future::interval, 'YYYY') as end_year,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment