Commit c76c53a5 authored by Frank Bergmann's avatar Frank Bergmann

- fixed typo

parent e6a29d18
......@@ -94,31 +94,6 @@ set payment_method_id ""
set template_id ""
# ---------------------------------------------------------------
# Gather company data from company_id
# ---------------------------------------------------------------
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,
c.company_path,
c.company_path as company_short_name,
cc.country_name
from
im_companies c,
im_offices o,
country_codes cc
where
c.company_id = :company_id
and c.main_office_id=o.office_id(+)
and o.address_country_code=cc.iso(+)
"
# ---------------------------------------------------------------
# 6. Select and render invoicable items
# ---------------------------------------------------------------
......
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