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 @@ ...@@ -95,12 +95,12 @@
this.customerInfo = settings["customer_info"]; this.customerInfo = settings["customer_info"];
this.customerLogo = settings["customer_logo"]; this.customerLogo = settings["customer_logo"];
} else { } else {
this.customer = settings["customer"]; this.customer = null;
this.customerAddr = settings["customer_addr"]; this.customerAddr = null;
this.customerWww = settings["customer_www"]; this.customerWww = null;
this.customerMail = settings["customer_mail"]; this.customerMail = null;
this.customerInfo = settings["customer_info"]; this.customerInfo = null;
this.customerLogo = settings["customer_logo"]; this.customerLogo = null;
} }
return this; 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