This commit is contained in:
2021-11-16 18:23:25 +00:00
parent e61e2cd2d2
commit 939065476a
4 changed files with 216 additions and 5 deletions

View File

@@ -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);