PNBR#29314 bestellingen; notificatie voor backoffice NOT NULL

svn path=/Database/trunk/; revision=22243
This commit is contained in:
Jos Groot Lipman
2014-08-04 07:49:30 +00:00
parent b0f31003f4
commit e39d149878
2 changed files with 3 additions and 2 deletions

View File

@@ -450,7 +450,8 @@ CREATE_TABLE(bes_disc_params, 0)
bes_disc_params_noti_opdr /* 1=notificeer besteller over bestelopdracht(en) */
NUMBER(1),
bes_disc_params_bonotify /* 1=notificeer BO als er een bestelling is */
NUMBER(1),
NUMBER(1)
NOT NULL,
bes_disc_params_herfiat /* 0=nooit, 1=zie criteria, 2=altijd */
NUMBER(1),
bes_disc_params_herfiatpct

View File

@@ -60,7 +60,7 @@ ALTER TABLE mld_opdr ADD
);
/////////////////////////////////////////////////////////////////////////////////////////// PNBR#29314
ALTER TABLE bes_disc_params ADD bes_disc_params_bonotify NUMBER(1) DEFAULT 0;
ALTER TABLE bes_disc_params ADD bes_disc_params_bonotify NUMBER(1) DEFAULT 0 NOT NULL;
DEF_FAC_SRTNOT('BES2BO', 0, 'Facilitor: Er is een nieuwe bestelling ##KEY## (##DISC##)', 'bes/bes_bestelling.asp?urole=bo&bes_key=', '0', 'bestelling', 0);