Commit 21396ac5 authored by Frank Bergmann's avatar Frank Bergmann

- changed from commons: no idea...

- last action was generating cost items from repeating_costs
parent b3a1aa71
......@@ -61,11 +61,12 @@ if {![exists_and_not_null item_id]} {
set availability "100"
set birthdate $today
set department_options [db_list_of_lists department_options "
select cost_center_name, cost_center_id
from im_cost_centers
where department_p = 't'
"]
set currency [ad_parameter -package_id [im_package_cost_id] "DefaultCurrency" "" "EUR"]
set currency_options [im_cost_currency_options]
set department_options [im_department_options]
set supervisor_options [db_list_of_lists supervisor_options "
......@@ -92,11 +93,6 @@ select state, state_id
from im_employee_pipeline_states
"]
set currency_options [db_list_of_lists currency_options "
select iso, iso
from currency_codes
"]
set voluntary_termination_options {{Yes t} {No f}}
......
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