FCLT#86600 Als er geen budgethouder (bekend) is, dan ook niet proberen zijn profiel te controleren
svn path=/Database/trunk/; revision=67176
This commit is contained in:
@@ -325,7 +325,8 @@ AS
|
||||
dbms_output.put_line('Approvemethod: '||lmethode);
|
||||
dbms_output.put_line('Ondergrens: '||pondergrens);
|
||||
|
||||
IF lmethode = 3 THEN -- ook profiel budgethouder controleren
|
||||
IF lmethode = 3 AND lkpverantwkey <> -1
|
||||
THEN -- ook profiel budgethouder controleren
|
||||
lkpverantwlimiet := prs.getprofiellimiet (lkpverantwkey, pdisckey);
|
||||
dbms_output.put_line('Zijn limiet: '||lkpverantwlimiet);
|
||||
IF (lkpverantwlimiet < pondergrens) -- lkpverantwkey != -1 is impliciet in die limiet
|
||||
|
||||
Reference in New Issue
Block a user