APGR#70293 Eigen bestelopdracht kunnen leveren als FE-user
svn path=/Database/trunk/; revision=55657
This commit is contained in:
@@ -552,6 +552,10 @@ CREATE_TABLE(bes_disc_params, 0)
|
||||
DEFAULT 0
|
||||
NOT NULL,
|
||||
bes_disc_params_hide_cost_fe /* Onderdruk kosten in bestellijst voor FE {0=Nee (default), 1=Ja} */
|
||||
NUMBER(1)
|
||||
DEFAULT 0
|
||||
NOT NULL,
|
||||
bes_disc_params_deliver_fe
|
||||
NUMBER(1)
|
||||
DEFAULT 0
|
||||
NOT NULL
|
||||
|
||||
@@ -5550,6 +5550,7 @@ FAC_LCL('bes_discipline_cnt_opzegterm', 'Opzegtermijn',
|
||||
FAC_LCL('bes_discipline_for_others', 'FE kan bestellen voor anderen', 'FE can order for others')
|
||||
FAC_LCL('bes_discipline_fe_confirm', 'Besteller bevestigt ontvangst', 'Purchaser confirms receipt')
|
||||
FAC_LCL('bes_discipline_fe_hide_cost', 'Kosten verbergen voor frontend', 'Suppress cost in FE order list')
|
||||
FAC_LCL('bes_discipline_fe_deliver', 'FE kan zelf geleverd melden', 'FE can report delivery itself')
|
||||
FAC_LCL('bes_discipline_bestelmodeLOV',
|
||||
'0;Uit catalogus;1;Vrij aanmaken;2;Bestellijst',
|
||||
'0;From catalog;1;Create freely;2;Order list')
|
||||
|
||||
@@ -205,6 +205,10 @@ ALTER TABLE alg_gebouw
|
||||
OR alg_gebouw_mld = 1)
|
||||
);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// APGR#70293
|
||||
ALTER TABLE bes_disc_params
|
||||
ADD (bes_disc_params_deliver_fe NUMBER(1) DEFAULT(0) NOT NULL);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
||||
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
Reference in New Issue
Block a user