Ver Fonte

fixed backRef update

Piotr Labudda há 8 anos atrás
pai
commit
8c987cc3bd
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      SE/se-lib/RefConfig.php

+ 2 - 0
SE/se-lib/RefConfig.php

@@ -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,
 		]);
 	}