Commit 113f8b45 authored by Frank Bergmann's avatar Frank Bergmann

- added new customer default values to timesheet invoices

parent 8c30ec18
......@@ -19,6 +19,7 @@
select
c.*,
o.*,
c.invoice_template_id as template_id,
im_email_from_user_id(c.accounting_contact_id) as company_contact_email,
im_name_from_user_id(c.accounting_contact_id) as company_contact_name,
c.company_name,
......
......@@ -59,9 +59,9 @@
#intranet-timesheet2-invoices.Payment_Method#
</td>
<td class=rowodd>
[im_invoice_payment_method_select payment_method_id $payment_method_id]
<%= [im_invoice_payment_method_select payment_method_id $payment_method_id] %>
</td>
</tr>\n"
</tr>
</if>
<tr>
......
......@@ -102,6 +102,7 @@ db_1row invoices_info_query "
select
c.*,
o.*,
c.invoice_template_id as template_id,
im_email_from_user_id(c.accounting_contact_id) as company_contact_email,
im_name_from_user_id(c.accounting_contact_id) as company_contact_name,
c.company_name,
......@@ -430,6 +431,4 @@ foreach task_id $in_clause_list {
append include_task_html "<input type=hidden name=include_task value=$task_id>\n"
}
db_release_unused_handles
ad_return_template
\ No newline at end of file
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