Commit 73abd1ee authored by Frank Bergmann's avatar Frank Bergmann

- fixed issue with upload of translation prices

parent 55ee6a97
......@@ -143,7 +143,7 @@ for {set i 1} {$i < $csv_files_len} {incr i} {
price_id, uom_id, company_id, task_type_id, material_id,
valid_from, valid_through, currency, price
) VALUES (
im_timesheet_prices_seq.nextval, :uom_id, :company_id, :task_type_id, :material_id,
nextval('im_timesheet_prices_seq'), :uom_id, :company_id, :task_type_id, :material_id,
:valid_from, :valid_through, :currency, :price
)"
......
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