Commit 97853450 authored by Klaus's avatar Klaus

-- im_audit, replaces after_create w/ create

parent a7ede632
...@@ -138,7 +138,7 @@ ad_proc -public im_timesheet2_sync_timesheet_costs { ...@@ -138,7 +138,7 @@ ad_proc -public im_timesheet2_sync_timesheet_costs {
" "
# Audit the action # Audit the action
im_audit -object_type im_cost -action after_create -object_id $cost_id -comment "Cost to represent timesheet hours." im_audit -object_type im_cost -action create -object_id $cost_id -comment "Cost to represent timesheet hours."
} }
return $cost_ids return $cost_ids
......
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