Commit 3a26bc99 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed New Invoice from Timesheet Tasks

parent 51a7a4b0
......@@ -68,13 +68,14 @@ if {!$write_p} {
# Look for common super-projects for multi-project documents
set select_project [im_invoices_unify_select_projects $select_project]
regsub "\{" $select_project {} select_project
regsub "\}" $select_project {} select_project
set project_id ""
if {1 == [llength $select_project]} {
set project_id [lindex $select_project 0]
}
# ---------------------------------------------------------------
# Determine and check invoice currency
# ---------------------------------------------------------------
......
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