Modules/mip_helper_special_cases.pck - correction to rule OM-4
Modules/mip_quotation.pck - add prty_id and owner_prty_id to quote status procedures to record the relevant roles. Add debug routine 'pl' to write a log file of processing. Tidy-up email wording. Modules/mip_regions.pck - convert given postcode to uppercase before processing. Modules/mip_virus_check.pck - started work on the virus checking module. So far, just have the ability to write a document to the filesystem. Added new directory, 'WEBMIP_VIRUS' to store these files in. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3381 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
-- Create directory
|
||||
create or replace directory WEBMIP_BULK_LOAD
|
||||
as 'c:\webmip\bulk_load';
|
||||
create or replace directory WEBMIP_VIRUS
|
||||
as 'c:\webmip\virus';
|
||||
|
||||
Reference in New Issue
Block a user