Commit 64c04f0f authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

update asc_CAscLicense (если не передали settings)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53708 954022d7-b5bf-4e40-9824-e11837661b57
parent bcb15e53
......@@ -95,12 +95,12 @@
this.customerInfo = settings["customer_info"];
this.customerLogo = settings["customer_logo"];
} else {
this.customer = settings["customer"];
this.customerAddr = settings["customer_addr"];
this.customerWww = settings["customer_www"];
this.customerMail = settings["customer_mail"];
this.customerInfo = settings["customer_info"];
this.customerLogo = settings["customer_logo"];
this.customer = null;
this.customerAddr = null;
this.customerWww = null;
this.customerMail = null;
this.customerInfo = null;
this.customerLogo = null;
}
return this;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment