Commit aeb4590f authored by Frank Bergmann's avatar Frank Bergmann

- changes from idunnowhere on timesheet

- fixed "more costs" links in CustomerCostComponent
parent 0f945c9c
......@@ -42,6 +42,14 @@ ad_proc -public im_backup_accepted_version_nr { version } {
}
}
ad_proc -public im_backup_path { } {
Returns the default path for the backup sets
} {
set path [parameter::get -package_id [im_package_core_id] -parameter "BackupBasePathUnix" -default "/tmp"]
return $path
}
# -------------------------------------------------------
# Lookup procedures for faster imports
......
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