FCLT#51784: Tracking rondom fiatteren en goedkeuren van facturen klopt niet altijd.

svn path=/Database/trunk/; revision=37281
This commit is contained in:
Maykel Geerdink
2018-03-07 06:49:46 +00:00
parent 1a5fef8206
commit 7d3a4fdbd7

View File

@@ -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