Explorar el Código

fixed backRef update

Piotr Labudda hace 8 años
padre
commit
8c987cc3bd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,
 		]);
 	}