NMMS#32630

svn path=/Customer/; revision=25140
This commit is contained in:
Ruud Lipper
2015-05-07 14:09:15 +00:00
parent b87e154206
commit f13f8d2a90

View File

@@ -1,8 +1,9 @@
-- zet opdracht 100902/1 (key 844) naar status afgemeld
-- zet opdracht 100754/1 (key 697) naar status uitgegeven
SET ECHO ON
SPOOL xnmms#32630.lst
SET DEFINE OFF
-- NMMS#3263
update mld_melding set mld_melding_status = 5 where mld_melding_key = 100902;
update mld_opdr set mld_statusopdr_key = 6 where mld_opdr_key = 844;
@@ -21,6 +22,14 @@ update mld_melding set mld_melding_status = 6 where mld_melding_key = 100902;
COMMIT;
BEGIN
mld.setopdrachtstatus (697, 5, NULL);
END;
/
COMMIT;
BEGIN adm.systrackscriptid('$Id$'); END;
/