tidy up of old commented code
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12677 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -1776,23 +1776,6 @@ CREATE OR REPLACE PACKAGE BODY mip_quotation_document IS
|
||||
print_costs(p_description => 'Liquidated Damages (monetary cap)(excluding V.A.T):'
|
||||
,p_description_width => 100
|
||||
,p_cost => p_quote_data.liquid_damage_cap);
|
||||
/* plpdf.printtext(p_indent
|
||||
,p_vertical_offset + 230
|
||||
,'Liquidated Damages (sum per day)(excluding V.A.T):');
|
||||
plpdf.printtext(130
|
||||
,p_vertical_offset + 230
|
||||
,print_cost_aligned(p_quote_data.liquid_damage_day));
|
||||
-- ,'#' || TO_CHAR(p_quote_data.liquid_damage_day
|
||||
-- ,'FM999999D90'));
|
||||
plpdf.printtext(p_indent
|
||||
,p_vertical_offset + 238
|
||||
,'Liquidated Damages (monetary cap)(excluding V.A.T):');
|
||||
plpdf.printtext(130
|
||||
,p_vertical_offset + 238
|
||||
,print_cost_aligned(p_quote_data.liquid_damage_cap));
|
||||
-- ,'#' || TO_CHAR(p_quote_data.liquid_damage_cap
|
||||
-- ,'FM999999D90'));
|
||||
*/
|
||||
END build_caveats_page;
|
||||
/*
|
||||
PROCEDURE build_drawings_page
|
||||
|
||||
Reference in New Issue
Block a user