This commit is contained in:
@@ -1669,8 +1669,10 @@ namespace AyaNova.Util
|
||||
gbiz.CustomerAllowNotifyWOCompleted = true;
|
||||
gbiz.CustomerAllowNotifyWOCreated = true;
|
||||
gbiz.CustomerAllowUserSettings = true;
|
||||
gbiz.CustomerAllowViewWO = false;
|
||||
gbiz.CustomerAllowWOWiki = false;
|
||||
gbiz.CustomerAllowViewWO = true;
|
||||
// gbiz.CustomerDefaultWorkOrderReportId=1;
|
||||
gbiz.CustomerAllowWOWiki = true;
|
||||
gbiz.CustomerAllowWOAttachments=true;
|
||||
|
||||
await biz.PutAsync(gbiz);
|
||||
ServerGlobalBizSettings.Initialize(gbiz, null);
|
||||
|
||||
Reference in New Issue
Block a user