Addresses #394, convertor required to lead to manual quote.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3996 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -1673,6 +1673,12 @@ RECEIVED AT THIS ADDRESS CANNOT BE RESPONDED TO.');
|
||||
,'Required metering pressure is greater than 21mbar.',gc_external_reason);
|
||||
END IF;
|
||||
|
||||
IF p_enqu.convertor_required = 'YES' THEN
|
||||
p_manual_or_automatic_quote := gc_manual_quote;
|
||||
add_quote_reason(p_enqu.id
|
||||
,'Convertor required.',gc_external_reason);
|
||||
END IF;
|
||||
|
||||
IF p_enqu.job_description IS NOT NULL THEN
|
||||
p_manual_or_automatic_quote := gc_manual_quote;
|
||||
add_quote_reason(p_enqu.id
|
||||
|
||||
Reference in New Issue
Block a user