Commit 1cec5512 authored by Frank Bergmann's avatar Frank Bergmann

- replace ad_parameter by im_parameter for OpenACS

parent 8b8f38ce
Pipeline #625 failed with stages
......@@ -19,7 +19,7 @@
# Create a random ID for the diagram
set diagram_id "sales_pipeline_[expr round(rand() * 100000000.0)]"
set default_currency [ad_parameter -package_id [im_package_cost_id] "DefaultCurrency" "" "EUR"]
set default_currency [parameter::get_from_package_key -package_key "intranet-cost" -parameter "DefaultCurrency" -default "EUR"]
set value_l10n [lang::message::lookup "" intranet-core.Value Value]
set prob_l10n [lang::message::lookup "" intranet-core.Probability Probability]
......
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