Commit 9bcd026f authored by Christof Damian 's avatar Christof Damian

- renaming of form elements

parent c5228edb
......@@ -22,7 +22,7 @@
:uom_id,
:task_type_id,
:task_status_id,
:description
:note
);
return 0;
END;
......@@ -61,7 +61,7 @@
project_nr = :task_nr,
project_type_id = :task_type_id,
project_status_id = :task_status_id,
note = :description
note = :note
where
project_id = :task_id;
</querytext>
......
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