Commit 9ebe703d authored by Frank Bergmann's avatar Frank Bergmann

Changed onclick code to ID + script

parent e5c0343e
......@@ -132,16 +132,9 @@ if { "" == $project_id || ![info exists project_id] } {
}
# ---------------------------------------------------------------
# set customer_select [im_company_select customer_id $customer_id "" "CustOrIntl"]
# set provider_select [im_company_select provider_id $provider_id "" "Provider"]
# set customer_select [im_company_select -tag_attributes {onchange "ajaxFunction();" onkeyup "ajaxFunction();"} customer_id $customer_id "" "CustOrIntl"]
# set provider_select [im_company_select -tag_attributes {onchange "ajaxFunction();" onkeyup "ajaxFunction();"} provider_id $provider_id "" "Provider"]
set customer_select [im_company_select -tag_attributes {id "customer_id"} customer_id $customer_id "" "CustOrIntl"]
set provider_select [im_company_select -tag_attributes {id "provider_id"} provider_id $provider_id "" "Provider"]
# ---------------------------------------------------------------
# Determine whether it's an Invoice or a Bill
# ---------------------------------------------------------------
......
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