소스 검색

Fixing delete debug see BT#4882

Julio Montoya 12 년 전
부모
커밋
84461122e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/migrate/migration.custom.class.php

+ 1 - 1
tests/migrate/migration.custom.class.php

@@ -1379,7 +1379,7 @@ class MigrationCustom {
                  );
                  );
             } else  {
             } else  {
                  return array(
                  return array(
-                        'message' => "Extra field option was NOT deleted  - no field options ids where found for variable: $extra_field_variable",
+                        'message' => "Extra field option was NOT deleted  - no field options ids where found for variable: $extra_field_variable for sede:'".$original_data['item_id']."'",
                         'status_id' => self::TRANSACTION_STATUS_FAILED
                         'status_id' => self::TRANSACTION_STATUS_FAILED
                  );
                  );
             }
             }