Explorar o código

fixed backRef update

Piotr Labudda %!s(int64=8) %!d(string=hai) anos
pai
achega
8c987cc3bd
Modificáronse 1 ficheiros con 2 adicións e 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,
 		]);
 	}