IVET#34351 profiel niet weergeven als disc setting 'Automatisch accepteren aanvraag' aan staat.

svn path=/Website/trunk/; revision=28814
This commit is contained in:
Ruud Lipper
2016-04-08 09:13:51 +00:00
parent aec73d885d
commit f16421d10f

View File

@@ -614,7 +614,9 @@ else // nieuwe bestelling. Defaults bepalen
+ " FROM fac_profiel";
var oRs = Oracle.Execute(sql);
var hasProfile = (!oRs.eof);
if (hasProfile)
var autoAccept = (bes_disc_info.disc_params_autoacceptrfo == 1);
if (hasProfile && !autoAccept)
{
var txt = "";
if (frontend)