@@ -259,6 +259,8 @@ class RefConfig {
$affected = DB::getPDO()->update("CRM_REF_CONFIG", 'ID', $refConfig->id, [
'SOURCE' => 'backRef',
+ 'A_STATUS' => "NORMAL",
+ 'VERSION' => self::$REF_TABLE_VERSION,
]);
}