tryton-sao 6.0.52 → 6.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ Version 6.0.53 - 2025-01-03
3
+ ---------------------------
4
+ * Bug fixes (see mercurial logs for details)
5
+
6
+
2
7
  Version 6.0.52 - 2025-01-01
3
8
  ---------------------------
4
9
  * Bug fixes (see mercurial logs for details)
package/COPYRIGHT CHANGED
@@ -1,7 +1,7 @@
1
1
  Copyright (C) 2012-2024 Nicolas Évrard.
2
- Copyright (C) 2012-2024 Cédric Krier.
2
+ Copyright (C) 2012-2025 Cédric Krier.
3
3
  Copyright (C) 2012-2014 Bertrand Chenal.
4
- Copyright (C) 2012-2024 B2CK SPRL.
4
+ Copyright (C) 2012-2025 B2CK SPRL.
5
5
  Copyright (C) 2019 Jitbit.
6
6
  Copyright (C) 2013 Thomas Park
7
7
  Copyright (C) 2020-2021 Maxime Richez
@@ -12509,7 +12509,7 @@ var Sao = {};
12509
12509
  }).append(this.context_screen.screen_container.el))
12510
12510
  .prependTo(this.screen_container.filter_box);
12511
12511
  return this.context_screen.new_();
12512
- });
12512
+ }.bind(this));
12513
12513
  }
12514
12514
 
12515
12515
  if (!attributes.row_activate) {