IVET#34351 profiel niet weergeven als disc setting 'Automatisch accepteren aanvraag' aan staat.
svn path=/Website/trunk/; revision=28814
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user