FSN#30892 Expliciete prs_bedrijfadres_username en prs_bedrijfadres_password gebruiken

svn path=/Website/trunk/; revision=23822
This commit is contained in:
Jos Groot Lipman
2015-01-08 09:41:06 +00:00
parent b761721535
commit 7c79571479
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ function send1Order(Bedrijf_key, XMLnode, OpdrKey, ordernr, Sender, cust)
typeopdr_key: oRsB("mld_typeopdr_key").value,
certificateName: oRsB("prs_bedrijfadres_certificate").value || "",
extension: oRsB("prs_bedrijfadres_ext").value||"",
flexfiles: oRsB("prs_bedrijfadres_flexfiles"),
flexfiles: oRsB("prs_bedrijfadres_flexfiles").value,
AttachFile: oRsB("prs_bedrijfadres_attachfile").Value,// E<>n vaste bijlage ('algemene voorwaarden') om bij te sluiten
XSLbedr: oRsB("prs_bedrijfadres_xsl").value.toLowerCase(),
username: oRsB("prs_bedrijfadres_username").value,

View File

@@ -236,7 +236,7 @@ function ConnectorCls()
try
{
Log2File(2, "Disconnect...");
this.connection.Close();
this.connection.Close(); // Let op: effectief sluit deze alleen de SLNKDWF.FTP verbinding.
this.Connected = false;
}
catch(err)