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
|
||||
THEN
|
||||
newstatus := pstatus;
|
||||
eventcode := 'FINGOE';
|
||||
eventcode := 'FINFOK';
|
||||
END IF;
|
||||
WHEN 6 -- Verwerkt
|
||||
THEN
|
||||
IF currentstatus = 2 OR currentstatus = 5
|
||||
THEN
|
||||
newstatus := pstatus;
|
||||
eventcode := 'FINFOK';
|
||||
eventcode := 'FINGOE';
|
||||
END IF;
|
||||
WHEN 7 -- Uitgegeven
|
||||
THEN
|
||||
|
||||
Reference in New Issue
Block a user