Commit fbb07c01 authored by Frank Bergmann's avatar Frank Bergmann

- changes at Opus5

- Fixed a lot with Forums
- Added Hours Matrix and fixed < > in Timehseet
parent 9ffaebc8
Pipeline #1058 failed with stages
...@@ -103,12 +103,14 @@ namespace eval im_cost { ...@@ -103,12 +103,14 @@ namespace eval im_cost {
db_dml insert_costs " db_dml insert_costs "
insert into im_costs ( insert into im_costs (
cost_id, cost_id,
cost_nr,
cost_name, cost_name,
customer_id, customer_id,
provider_id, provider_id,
cost_type_id, cost_type_id,
cost_status_id cost_status_id
) values ( ) values (
:cost_id,
:cost_id, :cost_id,
:cost_name, :cost_name,
:customer_id, :customer_id,
......
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