Commit Graph

3593 Commits

Author SHA1 Message Date
Laurent Destailleur
f64e4b4981 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-06-29 20:53:10 +02:00
Alexandre SPANGARO
2e6af87823 FIX User List - Function is show in wrong column when module HRM enabled (#30186) 2024-06-29 19:30:06 +02:00
noec764
42d9b384d4 FIX: Bad calculation of $nbtotalofrecord (#30183)
Co-authored-by: Noé <noe@scopen.fr>
2024-06-29 19:29:14 +02:00
Laurent Destailleur
a854e58905 FIX Missing $param in hook call for list 2024-05-23 14:41:56 +02:00
Laurent Destailleur
b3900964b5 Fix warning 2024-05-22 11:36:32 +02:00
Laurent Destailleur
2f1dcbc2ad Fix filter on status in hierarchy page 2024-04-27 03:27:25 +02:00
Laurent Destailleur
d854870bb2 Fix CSS 2024-04-27 03:24:20 +02:00
Laurent Destailleur
50833e00d0 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-04-27 03:14:17 +02:00
Laurent Destailleur
078c1dd489 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-04-27 03:13:12 +02:00
Laurent Destailleur
3a887ab2fa FIX #29496 - filtering a record should not hide its child not filtered 2024-04-27 03:12:17 +02:00
HENRY Florian
00e61f875a FIX: Hierarchy Employee view do not filter on employee = 1 (#29496)
* FIX: Hierarchy Employee list do not filters on employee = 1

* Update hierarchy.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-27 00:57:32 +02:00
Laurent Destailleur
8ca94fd521 Fix warning 2024-04-22 14:51:58 +02:00
atm-adrien
99e85334b5 FIX : Error when updating user (#29304)
* FIX : Error management

* FIW : PR returns

* FIX : PR returns error
2024-04-12 16:31:25 +02:00
Laurent Destailleur
6b49f3302b Merge pull request #29154 from hregis/fix_19_array_error_php8.2
FIX empty array with php8.2
2024-03-31 19:11:50 +02:00
Regis Houssin
e00e35a2df FIX empty array with php8.2 2024-03-31 18:28:57 +02:00
Laurent Destailleur
5bae4ffe4d FIX #28978 FIX #28976 2024-03-20 21:29:29 +01:00
Laurent Destailleur
440c7b4493 FIX #28978 FIX #28976 2024-03-20 21:28:35 +01:00
Laurent Destailleur
2df1ea2097 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-03-11 13:30:13 +01:00
Laurent Destailleur
ab760df389 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2024-03-11 13:29:40 +01:00
Laurent Destailleur
2db58f09bc Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2024-03-11 13:19:44 +01:00
ATM-NicolasV
4dcf98b9f7 fix entity in sql from RemoveFromGroup (#28682) 2024-03-07 15:55:07 +01:00
sonikf
1e11de0624 FIX #28491 (#28522) 2024-02-29 14:27:05 +01:00
Laurent Destailleur
c171ce2065 Fix bad function 2024-02-25 19:04:05 +01:00
Laurent Destailleur
4897d1eb97 Fix warning 2024-02-25 17:23:06 +01:00
Laurent Destailleur
3d688cfb55 FIX Bad picto on list of permission of a user when user not admin 2024-02-22 01:13:27 +01:00
Laurent Destailleur
f599ae779a FIX some tooltips has disappeared on invoice action button 2024-02-19 15:00:52 +01:00
Frédéric FRANCE
f4f96de45b fix address on several lines (#28227) 2024-02-18 15:26:14 +01:00
Frédéric FRANCE
0790abe530 fix social networks icons (#28078) 2024-02-09 11:35:36 +01:00
Laurent Destailleur
3eb461db7c FIX #27771 Sec: birth date and personal address not visible by default
on vcard
2024-01-24 11:56:56 +01:00
Laurent Destailleur
04920c9b54 Fix do not lose input field on error 2024-01-24 11:21:56 +01:00
MDW
ee398214c2 Fix: Add missing argument to dol_print_error
# Fix: Add missing  argument to dol_print_error

Required  argument was missing.
2024-01-20 00:39:39 +01:00
Fabian Heinz
b78632a20e api fixes
According to [RFC2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.2), APIs should return 2xx status codes if the request was correct.
The response should be status 200 with an empty result array.
2023-12-31 14:11:05 +01:00
Laurent Destailleur
b28ae5d8d3 Clean code 2023-12-27 12:12:20 +01:00
LauraDiaz
8a556a8cb5 Update card.php 2023-12-20 09:30:08 +01:00
Laurent Destailleur
7f5df80efd Debug v19 2023-12-19 11:51:48 +01:00
Laurent Destailleur
f78ae130ae Debug v19 2023-12-19 01:27:21 +01:00
Laurent Destailleur
c128bd02aa Merge pull request #27134 from frederic34/patch-14
fix return value
2023-12-17 21:27:35 +01:00
Laurent Destailleur
ca16b212dc Merge pull request #27135 from frederic34/patch-15
fix set values
2023-12-17 21:25:24 +01:00
Frédéric FRANCE
86a4ae9236 add phpdoc in subclass 2023-12-15 22:54:40 +01:00
Frédéric FRANCE
f11dc69bea fix set values 2023-12-15 22:50:02 +01:00
Frédéric FRANCE
7099cf530f fix return value 2023-12-15 22:47:00 +01:00
Laurent Destailleur
d92c65ad91 FIX infinite loop in API call/trigger by adding a caller 2023-12-15 12:15:33 +01:00
Laurent Destailleur
fb083a6cfc Fix warning with rector 2023-12-13 16:33:17 +01:00
Laurent Destailleur
7d109e9419 Fix phpcs 2023-12-13 12:46:23 +01:00
Laurent Destailleur
e040219fdc Fix phpcs 2023-12-13 12:45:07 +01:00
Laurent Destailleur
19db69859d css 2023-12-09 00:09:40 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
891c0684fb Show a hidden property if defined to help debug 2023-12-05 13:29:46 +01:00
Laurent Destailleur
d7df50d978 FIX protection on fetch if 2 record found 2023-12-05 00:44:31 +01:00
Laurent Destailleur
619155f65e Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00