FSN#52281 AiAi bij aanroep api_opdrsoap met notitie als opdracht niet te bepalen
svn path=/Website/trunk/; revision=37034
This commit is contained in:
@@ -464,7 +464,7 @@ for (i=0; i < opdrachten.length; i++)
|
||||
}
|
||||
oRs.Close();
|
||||
}
|
||||
if (opdraction == "note")
|
||||
if (resultcode == -1 && opdraction == "note")
|
||||
{
|
||||
tsql = "INSERT INTO mld_opdr_note(mld_opdr_key, prs_perslid_key, mld_opdr_note_omschrijving)"
|
||||
+ " VALUES (" + opdr_key + "," + user_key + "," + safe.quoted_sql(opdropmerking) + ")";
|
||||
|
||||
Reference in New Issue
Block a user