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.36k stars 2.76k forks source link

Bug: trigger COMPANY_MODIFY not executed #6526

Closed dolibarr95 closed 7 years ago

dolibarr95 commented 7 years ago

Bug

When I change the Bank account of a company the trigger COMPANY_MODIFY is not executed. I've found no trigger (or hook) about this (create modify delete).

Environment

Expected and actual behavior

Trigger COMPANY_MODIFY should be executed when I modify the company bank account.

Steps to reproduce the behavior

Suggested implementation

I think this modification is important we should have a trigger for this.

tks

dolibarr95 commented 7 years ago

I try a PR here #6529 to solve this.

dolibarr95 commented 7 years ago

3 New trigger for Bank account of a company