Commit 900ffac0 authored by Frank Bergmann's avatar Frank Bergmann

- fixed im_audit typo

parent 2b4d152f
...@@ -221,7 +221,7 @@ if {!$invoice_exists_p} { ...@@ -221,7 +221,7 @@ if {!$invoice_exists_p} {
} }
# Check if the cost item was changed via outside SQL # Check if the cost item was changed via outside SQL
im_audit -object_id $invoice_id -action pre_update im_audit -object_type "im_invoice" -object_id $invoice_id -action before_update
# Update the invoice itself # Update the invoice itself
db_dml update_invoice " db_dml update_invoice "
......
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