2012-10-29 51 views

回答

1

變更線modules/Accounts/Account.php沒有275 to 279

if($result = $this->db->query($sql)) 
{ 
    $row = $this->db->fetchByAssoc($result); 
    $this->square_feet = $row['SUM(square_footage)']; 
} 

的模塊替換文件modules/Accounts/Account.php這不是一個好主意,因爲SugarCRM公司的升級版本將有不同的代碼。如果您在安裝此模塊之前進行了備份,請比較您的備份文件和當前文件。

+0

謝謝!我找到了它,並按照你的建議做了同樣的事情:) –

相關問題