我在PHP7上运行VTiger7。
可以从管理配置中启用服务合同

但服务合同在客户门户中不可见

这是因为一些bug,还是这个功能还没有完全添加到客户门户中?
发布于 2017-06-06 13:19:15
您好,panchtatva,请在您的数据库中执行此查询
INSERT INTO `sandeep_forexcrmdb`.`vtiger_customerportal_prefs` (`tabid`, `prefkey`, `prefvalue`) VALUES ('35', 'showrelatedinfo', '1');
INSERT INTO `sandeep_forexcrmdb`.`vtiger_customerportal_tabs` (`tabid`, `visible`, `sequence`) VALUES ('35', '1', '12');并检查服务合同模块是否显示
https://stackoverflow.com/questions/44198578
复制相似问题