Files
dolibarr/htdocs/user
Laurent De Coninck 091df082fc fix the access of the bank account of one user
There are 3 ways to access this tab :
    1. If the module holiday is enabled
    2. If the module holidays is enabled
    3. If the module expense report is enabled

More over that, the application checks if the user can access the bank
account of the selected user. The application does that twice (logical
^^), first to know if the tab has to be displayed or not. Second time,
when you arrive on the page /user/bank.php to know if you have access
(eg. if you type the url directly).

In this second check, the check of the expense report module was missing
(added by this PR). This caused the following issue: the tab was visible
but when the user clicked on itn, he received an error as he cannot
access the page.
2019-10-08 08:11:29 +02:00
..
2019-10-07 14:16:47 +02:00
2019-10-06 16:28:10 +02:00
2019-03-17 10:27:54 +01:00
2019-09-24 14:16:24 +02:00
2019-08-01 12:23:02 +02:00
2019-06-04 12:21:27 +02:00
2019-07-05 12:17:36 +02:00
2019-08-19 13:28:24 +02:00
2019-09-02 04:39:45 +02:00
2019-07-18 14:08:15 +02:00
2019-08-28 19:48:45 +02:00
2019-06-18 14:30:13 +02:00
2019-05-19 02:06:37 +02:00
2019-09-15 15:32:43 +02:00