NOVA#85923: Voorbeeldweergave van opdracht vóór verzending.

svn path=/Database/branches/DB50/; revision=68123
This commit is contained in:
Maykel Geerdink
2025-02-20 16:23:55 +00:00
parent a217b03c5d
commit 289ab7beba
2 changed files with 4 additions and 1 deletions

View File

@@ -6965,7 +6965,7 @@ FAC_LCL('mld_typeopdr_bez_register', 'Bezoekersregistratie', 'Visitor registrati
FAC_LCL('mld_typeopdr_afhandeling', 'Afhandeltekst verplicht bij afmelden', 'Text mandatory when closing order')
FAC_LCL('mld_typeopdr_confirmforsend', 'Opdrachtverzending', 'Order sending')
FAC_LCL('mld_typeopdr_confirmforsendLOV',
'0;Direct versturen;1;Eerste vragen;2;Markeren',
'0;Direct versturen;1;Eerst vragen;2;Markeren',
'0;Send directly;1;Ask first;2;Mark')
FAC_LCL('mld_typeopdr_kosten_verplicht', 'Opdrachtbedrag verplicht', 'Order amount mandatory')
FAC_LCL('mld_typeopdr_kosten_verplichtLOV',

View File

@@ -328,6 +328,9 @@ ALTER TABLE mld_typeopdr
NUMBER(1)
DEFAULT 0;
UPDATE mld_typeopdr
SET mld_typeopdr_confirm_for_send = fac.getsetting('mld_opdr_confirm_for_send');
/////////////////////////////////////////////////////////////////////////////////////////// CARG#85437
ALTER TABLE bes_disc_params
ADD bes_disc_params_autodeliverdays