2
0
forked from Wavyzz/dolibarr
Commit Graph

118434 Commits

Author SHA1 Message Date
Laurent Destailleur
e0da8a2109 Merge pull request #25627 from atm-maxime/fix_emailcoll_socid
Fix : emailcollector must use socid to link event to thirdparty (instead of fk_soc)
2023-08-16 01:41:57 +02:00
Maxime Kohlhaas
6bd9484911 Fix : emailcollector must use socid to link event to thirdparty (instead of fk_soc) 2023-08-14 10:24:40 +02:00
Laurent Destailleur
8c5ddd1108 Merge pull request #25448 from atm-maxime/fix_birthday_0_year
Fix : don't display birthdays when 0 years
2023-08-11 13:39:35 +02:00
Laurent Destailleur
2ec02a9757 Fix bad array init 2023-08-11 13:29:03 +02:00
Laurent Destailleur
7e8674c414 Merge pull request #25492 from atm-quentin/FIX_count_cronjoblist
Fix count cronjoblist
2023-08-11 13:27:15 +02:00
Laurent Destailleur
31af89ef53 Update list.php 2023-08-11 13:26:24 +02:00
Laurent Destailleur
6477c03ce6 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-08-10 10:55:06 +02:00
Laurent Destailleur
5c36c23cdb Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-08-10 10:54:08 +02:00
Laurent Destailleur
17de0d845f Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-08-10 10:52:49 +02:00
Laurent Destailleur
f89c026f3f Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2023-08-10 10:51:43 +02:00
Laurent Destailleur
b0c2ccafcd Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0 2023-08-10 10:47:05 +02:00
Laurent Destailleur
d3fc152001 Merge 2023-08-10 10:46:44 +02:00
Laurent Destailleur
e8fd551043 Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2023-08-10 10:43:44 +02:00
Laurent Destailleur
34b3113bb7 Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0 2023-08-10 10:41:20 +02:00
Laurent Destailleur
9671cd730b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-08-10 02:09:46 +02:00
Laurent Destailleur
2761f993e9 FIX creation of invoice from contract with discount lines 2023-08-10 02:09:17 +02:00
Laurent Destailleur
eec2aabd50 Merge pull request #25597 from hregis/fix_extrafield
FIX not create/update extrafields for visibility 0,2 and 5
2023-08-09 15:21:30 +02:00
Laurent Destailleur
97b084cf3a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-08-09 13:52:05 +02:00
Laurent Destailleur
fa62595ed1 Merge pull request #25537 from atm-thibaultf/FIX_reload_linked_objects_on_propal_closeas
FIX_reload_linked_objects_on_propal_closeas
2023-08-09 13:32:54 +02:00
Regis Houssin
75ea7e52b2 FIX not create/update extrafields for visibility 0,2 and 5 2023-08-09 13:18:42 +02:00
atm-greg
bf51e493dd fix error seteventmessage on white screen (#25523)
* fix error seteventmessage on white screen

* Update card.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-08-09 13:16:58 +02:00
Laurent Destailleur
d50eb39de2 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-08-09 12:55:02 +02:00
am97
954c54ad3f Fix SQL syntax error (#25562)
Single quotes are needed to indicate that 'project' and 'external' are strings, otherwise the requests fail
2023-08-09 12:50:14 +02:00
Regis Houssin
38ddc9cea1 FIX avoid php8 warnings (#25596) 2023-08-09 12:36:26 +02:00
atm-lucas
4a22bef13d fix entitylang test (#25569) 2023-08-08 22:02:45 +02:00
Laurent Destailleur
c11b90e5a7 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-08-08 21:54:52 +02:00
Laurent Destailleur
b0e4558e3f Fix #25586 2023-08-08 21:53:52 +02:00
HENRY Florian
48ede1ffbd fix: wrong perms label in French for BOM (#25576) 2023-08-08 21:31:57 +02:00
Olivier Lesueur
3bc698d0ca FIX #25580 install/step1.php - wrong command line argument used for $main_dir (#25581)
Co-authored-by: Olivier Lesueur <o.lesueur@crm.fnattp.fr>
2023-08-08 21:30:27 +02:00
atm-sami
76f0a57e91 FIX propal list : warning if product module is not enabled (#25583) 2023-08-08 20:23:53 +02:00
Laurent Destailleur
8000341f84 Fix security 2023-08-06 15:42:14 +02:00
Laurent Destailleur
b59375fa39 Fix phpstan 17.0.3 2023-08-05 20:27:29 +02:00
Laurent Destailleur
1865e65b96 Doc 2023-08-05 20:17:03 +02:00
Laurent Destailleur
094f6a1aec Fix phpstan setup 2023-08-05 20:14:18 +02:00
Laurent Destailleur
a2b484400a Prepare 17.0.3 2023-08-04 17:36:59 +02:00
atm-thibaultf
67e938bdfa FIX_reload_linked_objects_on_propal_closeas 2023-08-02 11:52:03 +02:00
Maxime Kohlhaas
ea07e1ceb9 Fix use of YEAR in SQL 2023-08-02 10:13:21 +02:00
Laurent Destailleur
3d65f576ac Fix security 2023-08-01 13:12:08 +02:00
Laurent Destailleur
90854dc2bf FIX Use the wrong logo size on PDF 2023-07-30 19:53:56 +02:00
Laurent Destailleur
b44ddaa696 FIX Use the wrong logo size on PDF 2023-07-30 18:04:03 +02:00
Laurent Destailleur
36e91da160 FIX Try to fix the date of invoice on TakePOS on eastern timezone 2023-07-30 14:30:47 +02:00
Laurent Destailleur
db15f04ab0 FIX fatal error on Stripe setup page and security when terminal not used 2023-07-30 14:13:27 +02:00
Laurent Destailleur
617d89c183 Fix phpcs 2023-07-29 15:48:16 +02:00
atm-lena
5997ae4bb7 FIX Fatal Error PHP 8 : division by 0 (#25384)
* FIX Fatal Error PHP 8 : division by 0

* Update objectline_view.tpl.php

---------

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-07-28 14:41:01 +02:00
ptibogxiv
e4cc07324b Fix php syntax (#25508) 2023-07-28 14:24:16 +02:00
John BOTELLA
6388ddeb6f Fix column display (#25490) 2023-07-27 17:55:34 +02:00
Quentin VIAL-GOUTEYRON
1763165254 delete line 2023-07-26 11:07:44 +02:00
Quentin VIAL-GOUTEYRON
d030bb5195 FIX : count cronjob list differs of lines shown nb 2023-07-26 11:04:50 +02:00
Laurent Destailleur
981f803ad0 Doc 2023-07-26 01:30:31 +02:00
Laurent Destailleur
5b298ebf4a Test travis 2023-07-26 01:12:57 +02:00