File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ UNRELEASED]
9+
10+ ### Fixed
11+
12+ - Fix warning: Invalid relations declared between ` glpi_plugin_order_accountsections ` and ` glpi_plugin_order_accountsections ` table.
13+
814## [ 2.12.3] - 2025-11-25
915
1016### Fixed
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ function plugin_order_getDatabaseRelations()
177177 "glpi_plugin_order_orders_suppliers " => "plugin_order_orders_id " ,
178178 ],
179179 "glpi_plugin_order_accountsections " => [
180- "glpi_plugin_order_accountsections " => "plugin_order_accountsections_id " ,
180+ "glpi_plugin_order_orders " => "plugin_order_accountsections_id " ,
181181 ],
182182 "glpi_plugin_order_analyticnatures " => [
183183 "glpi_plugin_order_orders_items " => "plugin_order_analyticnatures_id " ,
You can’t perform that action at this time.
0 commit comments