From 7408008ed983ac8e50a48fa9d8e5ce4c96943a20 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Fri, 18 Jan 2008 15:11:12 +0000 Subject: [PATCH] Added DH's signature back is, had forgotten to set it back after testing git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3297 248e525c-4dfb-0310-94bc-949c084e9493 --- Modules/mip_quotation_document.pck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mip_quotation_document.pck b/Modules/mip_quotation_document.pck index add1f50..e42517c 100644 --- a/Modules/mip_quotation_document.pck +++ b/Modules/mip_quotation_document.pck @@ -846,7 +846,7 @@ CREATE OR REPLACE PACKAGE BODY mip_quotation_document IS plpdf.PrintText(p_indent,p_vertical_offset+176,'If you have any queries, please contact the team on the number above'); plpdf.PrintText(p_indent,p_vertical_offset+184,'Yours sincerely'); --put on daves signature - -- plpdf.PutImage('dhsignature',p_signature_blob,p_indent,222,44,11); + plpdf.PutImage('dhsignature',p_signature_blob,p_indent,222,44,11); plpdf.PrintText(p_indent,p_vertical_offset+216,'David Harper'); plpdf.PrintText(p_indent,p_vertical_offset+220,'I&C Technical Manager'); plpdf.PrintText(p_indent,p_vertical_offset+224,'National Grid Metering');