Dolibarr / dolibarr

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
https://www.dolibarr.org
GNU General Public License v3.0
5.47k stars 2.8k forks source link

Changing a Third´s status to Closed is not recognized in view of subsidiary companies #31529

Open PepeBarz opened 3 weeks ago

PepeBarz commented 3 weeks ago

Bug

You create a Master Third, assign several Third´s as subsidiaries, they will display in the lower part of the Master Third´s view as a list of Subsidiaries, if you now Close some of the subsidiaries they still display in the Subsidiary list (they are not being filtered as being closed) and on hover the Subsidiaries that are Closed display an Open tag

image

Dolibarr Version

19.0.3 and 20.0.1

Environment PHP

8.2.18

Environment Database

MySQL DB 5.7.23-23

Steps to reproduce the behavior and expected behavior

You create a Master Third

image

and then assign several Third´s as Subsidiaries

image

looking into the Master Company´s card in the lower part Dolibarr displays a list of all subsidiary companies

image

However, the list is showing Thirds that are closed

image

But not just that but on hover it will display a card with the status as Open, somehow it is not recognizing that the status has changed to closed

image

Attached files

No response

lvessiller-opendsi commented 1 day ago

It seems to be fixed in a PR in waiting to be merged PR https://github.com/Dolibarr/dolibarr/pull/31683