Commit d8bfd4ef authored by Frank Bergmann's avatar Frank Bergmann

- Added template_id to fields

parent 88550cd5
......@@ -157,6 +157,7 @@ foreach csv_line_fields $values_list_of_lists {
set tax ""
set vat_type_id ""
set cause_object_id ""
set template_id ""
# im_invoices values
set customer_contact ""
......@@ -458,7 +459,7 @@ foreach csv_line_fields $values_list_of_lists {
:cost_status_id, -- active or inactive or for WF stages
:cost_type_id, -- user defined type of cost. Determines WF.
null, -- template_id
:template_id, -- template_id
:effective_date, --
:payment_days, --
......
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