VGLD#57340 Aanmaken vrije bestelling faalde
svn path=/Website/branches/v2019.1/; revision=42013
This commit is contained in:
@@ -54,7 +54,7 @@ var isPunchout = (bes_disc_info.disc_params_punchouturl && !bes_disc_info.isFree
|
||||
if (bes_disc_info.isFreeArticle)
|
||||
{ // Moeten we de nieuwe srtdeel-en nog aanmaken
|
||||
var lev_key = getFParamInt("lev_key_ro", -1);
|
||||
if (lev_key == -1) { getFParamInt("lev_key"); }
|
||||
if (lev_key == -1) { lev_key = getFParamInt("lev_key"); }
|
||||
if (lev_key == -1)
|
||||
{ // Mag niet voorkomen, maar doet het toch af en toe? (VGLD#53606)
|
||||
__DoLog("AiAi: lev_key == -1\nbes_key: " + bes_key + "\ndis_key: " + dis_key);
|
||||
|
||||
Reference in New Issue
Block a user