DJIN#41674: DJIN - BES/INS: Objecten vanuit bestellingen kunnen aanmaken.
svn path=/Database/trunk/; revision=36815
This commit is contained in:
@@ -189,7 +189,10 @@ CREATE_TABLE(bes_srtdeel,0)
|
||||
bes_srtdeel_maxbestel /* De voorrraad is het maximum aantal dat ik mag bestellen {0=nee (default), 1=ja} */
|
||||
NUMBER(1)
|
||||
DEFAULT 0
|
||||
NOT NULL
|
||||
NOT NULL,
|
||||
ins_srtdeel_key /* objectrelatie */
|
||||
NUMBER(10)
|
||||
CONSTRAINT ins_r_ins_srtdeel_key4 REFERENCES ins_srtdeel(ins_srtdeel_key)
|
||||
);
|
||||
|
||||
|
||||
@@ -529,10 +532,7 @@ CREATE_TABLE(bes_disc_params, 0)
|
||||
bes_disc_params_ins_mode /* bestelcatalogusinstellingen {0=Niet van toepassing, 1=Aanmaken en koppelen (Nog niet ondersteund), 2=Koppelen} */
|
||||
NUMBER(1)
|
||||
DEFAULT 0
|
||||
NOT NULL,
|
||||
bes_disc_params_ins_srtdeelkey /* objectrelatie */
|
||||
NUMBER(10)
|
||||
CONSTRAINT ins_r_ins_srtdeel_key3 REFERENCES ins_srtdeel(ins_srtdeel_key)
|
||||
NOT NULL
|
||||
);
|
||||
|
||||
//// flexprops
|
||||
|
||||
Reference in New Issue
Block a user