CSUN#51570 -- Vakgroep/melding automatisch invullen via koppeling
svn path=/Website/branches/v2017.2/; revision=36600
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
THIS_FILE = "appl/api/api_mldsoap.asp";
|
||||
%>
|
||||
<!-- #include file="../Shared/common.inc" -->
|
||||
<!-- #include file="../Shared/kenmerk_common.inc" -->
|
||||
<!-- #include file="../Shared/xml_converter.inc" -->
|
||||
<!-- #include file="../Shared/save2db.inc" -->
|
||||
<!-- #include file="../Shared/flexfiles.inc" -->
|
||||
@@ -446,6 +447,12 @@ for (i = 0; i < meldingen.length; i++)
|
||||
{
|
||||
__DoLog(pResult.errmsg, "#00FF00");
|
||||
}
|
||||
// De hookfunctie kan de stdmelding aanpassen.
|
||||
if (pResult.stdmld_key)
|
||||
{
|
||||
// check de paden van de flexfiles als de stdmeldingkey aangepast is
|
||||
mld.keepFlexDocuments(mld_key, stdmld_key, pResult.stdmld_key);
|
||||
}
|
||||
}
|
||||
} // end geldige stdmld_key
|
||||
} // end insert
|
||||
|
||||
Reference in New Issue
Block a user