Changes to 'mandatory' processing to address #270. Ext_dataitem_role.pdc and DATAITEM_ROLES referreed to enquiry type 'CAPACITY CHANGE' rather than 'CHANGE CAPACITY' which caused gen_mandatory not to create mandatory conditions for the 'CHANGE CAPACITY' enquiry type.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3639 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -19,7 +19,7 @@ create table ext_dataitem_roles
|
||||
std_remove varchar2(240),
|
||||
adversarial varchar2(240),
|
||||
alteration varchar2(240),
|
||||
capacity_change varchar2(240),
|
||||
change_capacity varchar2(240),
|
||||
addon varchar2(240),
|
||||
other varchar2(240),
|
||||
notes VARCHAR2(240),
|
||||
@@ -47,7 +47,7 @@ access parameters
|
||||
std_remove ,
|
||||
adversarial,
|
||||
alteration ,
|
||||
capacity_change ,
|
||||
change_capacity ,
|
||||
addon ,
|
||||
other ,
|
||||
notes ,
|
||||
|
||||
Reference in New Issue
Block a user