FCLT#51784: Tracking rondom fiatteren en goedkeuren van facturen klopt niet altijd.
svn path=/Database/trunk/; revision=37281
This commit is contained in:
@@ -99,14 +99,14 @@ AS
|
|||||||
IF currentstatus = 2
|
IF currentstatus = 2
|
||||||
THEN
|
THEN
|
||||||
newstatus := pstatus;
|
newstatus := pstatus;
|
||||||
eventcode := 'FINGOE';
|
eventcode := 'FINFOK';
|
||||||
END IF;
|
END IF;
|
||||||
WHEN 6 -- Verwerkt
|
WHEN 6 -- Verwerkt
|
||||||
THEN
|
THEN
|
||||||
IF currentstatus = 2 OR currentstatus = 5
|
IF currentstatus = 2 OR currentstatus = 5
|
||||||
THEN
|
THEN
|
||||||
newstatus := pstatus;
|
newstatus := pstatus;
|
||||||
eventcode := 'FINFOK';
|
eventcode := 'FINGOE';
|
||||||
END IF;
|
END IF;
|
||||||
WHEN 7 -- Uitgegeven
|
WHEN 7 -- Uitgegeven
|
||||||
THEN
|
THEN
|
||||||
|
|||||||
Reference in New Issue
Block a user