Commit b3d71d6f authored by Frank Bergmann's avatar Frank Bergmann

- fixed issue with outdated dollar values

- Fixed issue with invoice_hour_type error during timesheet invoicing
parent 1c205ab1
......@@ -9,7 +9,7 @@
<property name="sub_navbar">@sub_navbar;noquote@</property>
<form action=new-4 method=POST>
<%= [export_form_vars customer_id provider_id invoice_id cost_status_id start_date end_date select_project return_url] %>
<%= [export_form_vars customer_id provider_id invoice_id cost_status_id start_date end_date select_project return_url invoice_hour_type] %>
@include_task_html;noquote@
......@@ -107,6 +107,12 @@
<%= [im_company_contact_select company_contact_id $company_contact_id $company_id] %>
</td>
</tr>
<tr>
<td class=roweven>#intranet-invoices.Note#</td>
<td class=roweven>
<textarea name=note rows=6 cols=40 wrap="<%=[im_html_textarea_wrap]%>"></textarea>
</td>
</tr>
</table>
</tr>
......
......@@ -27,13 +27,12 @@ ad_page_contract {
{ payment_days:integer 0 }
{ payment_method_id:integer "" }
{ invoice_hour_type "" }
{ start_date "" }
{ end_date "" }
template_id:integer
vat:float
tax:float
{note ""}
item_sort_order:array
item_name:array
item_units:float,array
......@@ -174,6 +173,7 @@ db_dml update_costs "
payment_days = :payment_days,
vat = :vat,
tax = :tax,
note = :note,
variable_cost_p = 't'
where
cost_id = :invoice_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