Commit fa49917a authored by Frank Bergmann's avatar Frank Bergmann

- Removed project_budget_currency

parent 782c4ba0
......@@ -143,7 +143,6 @@ foreach csv_line_fields $values_list_of_lists {
set on_track_status ""
set project_budget ""
set project_budget_currency ""
set project_budget_hours ""
set description ""
......@@ -431,7 +430,6 @@ foreach csv_line_fields $values_list_of_lists {
sort_order = :sort_order,
on_track_status_id = :on_track_status_id,
project_budget = :project_budget,
project_budget_currency = :project_budget_currency,
project_budget_hours = :project_budget_hours,
company_contact_id = :customer_contact_id,
company_project_nr = :customer_project_nr,
......
......@@ -170,7 +170,7 @@ set dynfield_sql "
and aa.attribute_name not like 'default%'
and aa.attribute_name not in (
'project_nr', 'project_path', 'parent_id', 'project_name', 'company_id', 'project_status_id', 'project_type_id',
'percent_completed', 'project_budget', 'project_budget_hours', 'project_budget_currency'
'percent_completed', 'project_budget', 'project_budget_hours'
)
order by
aa.object_type,
......
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