DJIN#41675: DJIN - BES: Bevestiging levering/ontvangst door besteller va.

svn path=/Database/trunk/; revision=36935
This commit is contained in:
Maykel Geerdink
2018-02-12 14:53:33 +00:00
parent bfd02b9d08
commit 8172ba3118
6 changed files with 22 additions and 0 deletions

View File

@@ -1329,6 +1329,12 @@ AS
THEN
eventcode := 'BES2CA'; -- Geannuleerd
END IF;
WHEN 9 -- Uitgegeven
THEN
IF currentstatus <> 9
THEN
eventcode := 'BESOT2'; -- Ontvangen
END IF;
ELSE
-- Invalid statuschange or no change
eventcode := NULL;