Commit 94dde546 authored by Frank Bergmann's avatar Frank Bergmann

*** empty log message ***

parent 7dd77472
......@@ -231,9 +231,13 @@ if {"t" == $read_only_p} {
# Determine whether it's an Invoice or a Bill
# ---------------------------------------------------------------
# ad_return_complaint 1 $cost_type_id
# Invoices and Quotes have a "Company" fields.
set invoice_or_quote_p [im_cost_type_is_invoice_or_quote_p $cost_type_id]
# ad_return_complaint 1 $invoice_or_quote_p
# Invoices and Bills have a "Payment Terms" field.
set invoice_or_bill_p [im_cost_type_is_invoice_or_bill_p $cost_type_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