Commit Graph

37795 Commits

Author SHA1 Message Date
Laurent Destailleur
3085b48dc9 FIX Debug v21 2024-11-21 22:16:20 +01:00
Laurent Destailleur
235b61e07a FIX Debug v21 2024-11-21 22:13:45 +01:00
Mathieu Moulin
d1ded1caa1 Add option to hide only Volume (and keep weight) in shipping PDF - Issue #32030 (#32031)
* Add option to hide only Volume (and keep weight) in shipping PDF

* Fix use of option SHIPPING_PDF_HIDE_VOLUME in shipping lines

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-21 18:05:35 +01:00
Eric - CAP-REL
6c2effa224 dol_add_file_process : return nb of success in case of multiple added files (#32027) 2024-11-21 17:31:40 +01:00
Frédéric FRANCE
283265448a fix CI phpstan (#32032)
* fix CI phpstan

* Update interface_50_modTicket_TicketEmail.class.php

* Update interface_50_modTicket_TicketEmail.class.php
2024-11-21 17:12:16 +01:00
Laurent Destailleur
4bc1eebcb5 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-21 12:47:48 +01:00
Laurent Destailleur
9a5aea09da FIX Debug option not working replaced by the one that works. 2024-11-21 12:33:23 +01:00
Laurent Destailleur
d04e0a7ac2 Debug v21 2024-11-21 04:45:11 +01:00
Mohamed DAOUD
914ed1b18c Fix #30766 Extra field Can Always Be Edited (#31876)
* fix alwayseditable

* Update extrafields.class.php

* Update extrafields.class.php

* Update extrafields.class.php

* enhance fix alwayseditable

* fix phan
2024-11-20 21:40:28 +01:00
Laurent Destailleur
df6ed90eed Try better fix for #32009 2024-11-20 21:22:34 +01:00
Laurent Destailleur
cdd10bd039 Fix regression 2024-11-20 21:07:45 +01:00
Frédéric FRANCE
0a9eb9008a fix extrafields when object doesnt have const STATUS_DRAFT (#32009) 2024-11-20 20:59:03 +01:00
Frédéric FRANCE
b7816bf648 fix phpstan (#32010)
* fix phpstan

* Update extrafields_view.tpl.php

* Update extrafields.class.php
2024-11-20 20:56:16 +01:00
Frédéric FRANCE
daae68f9d3 Fix phpstan (#32005)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan
2024-11-19 21:02:05 +01:00
Laurent Destailleur
6bc13b88ad Debug v21 2024-11-19 18:07:35 +01:00
Laurent Destailleur
ac6c57e90e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-11-19 12:59:14 +01:00
Laurent Destailleur
9c4bb84460 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-11-19 12:57:19 +01:00
Laurent Destailleur
5a58b8e721 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2024-11-19 12:56:37 +01:00
Laurent Destailleur
b068fdc9b3 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2024-11-19 12:56:19 +01:00
Laurent Destailleur
b8533e1853 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2024-11-19 12:49:19 +01:00
Laurent Destailleur
753e5e535d Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2024-11-19 12:47:14 +01:00
Laurent Destailleur
0cc2e8a92d Close #32000 2024-11-19 12:21:29 +01:00
Laurent Destailleur
a0f98563bc Merge branch 'enhance-display-filter-editor' of github.com:Daoud-mohamed/dolibarr into Daoud-mohamed-enhance-display-filter-editor 2024-11-19 11:58:34 +01:00
Laurent Destailleur
1386d8c388 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-11-19 04:21:29 +01:00
Laurent Destailleur
e9e1175134 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-11-19 04:04:10 +01:00
Laurent Destailleur
93b11038d5 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-11-19 03:44:50 +01:00
Laurent Destailleur
99774022a5 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-11-19 03:36:44 +01:00
Laurent Destailleur
c5ebc9b7bd Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-11-19 03:33:15 +01:00
Laurent Destailleur
8e59e738c2 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-19 03:31:55 +01:00
Laurent Destailleur
6d42a3cbe9 Optimize code 2024-11-19 03:31:21 +01:00
William Mead
89d13cbd2e FIX send email to assigned user on ticket create (#31928)
* Fixed send email to assigned user on ticket create. Refactored & cleaned code.

* Fixed undefined variable

* Fixed undefined property

* Fixed undefined property

* Fixed undefined property
2024-11-19 03:12:26 +01:00
MDW
7304048afb Qual: Fix phan notices (#31996)
# Qual: Fix phan notices

Fix phan notices up to htdocs\core\ajax\selectsearchbox.php.
2024-11-19 03:07:18 +01:00
Mohamed DAOUD
b23efea01e enhance display filter editor 2024-11-18 21:55:30 +01:00
Mohamed DAOUD
2f6e814d6f Enhance the behavior of stars extrafields with the canAlwaysBeEdited parameter (#31978)
* enhance stars extrafields and alwayseditable

* add comment

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-18 21:24:41 +01:00
Laurent Destailleur
1a9722cc8a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-18 18:16:42 +01:00
Laurent Destailleur
3e22defdaf Clean code 2024-11-18 18:15:58 +01:00
Frédéric FRANCE
35c2baf18c avoid to link object twice (#31987)
* avoid to link object twice

* restore change removed in merge develop in develop

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-18 18:15:28 +01:00
HENRY Florian
b7746121c5 fix: CronJob Propertyy 'comment' do not exist replace by note_private (#31970) 2024-11-18 17:17:09 +01:00
Laurent Destailleur
a11c599a37 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-18 16:27:26 +01:00
Sébastien NASSIET
02eb16a703 FIX#31159 - TVA Account by country is not used (#31984)
* FIX#31159

* FIX#31159
2024-11-18 15:49:52 +01:00
Laurent Destailleur
5891fd3022 Clean code 2024-11-18 15:43:34 +01:00
MDW
58fa1ac626 Qual: Fix phan notices (#31962) 2024-11-18 15:40:54 +01:00
Frédéric FRANCE
943d10c60a fix phpstan and CI (#31969)
* fix phpstan

* fix errors and refresh phpstan baseline

* fix errors and refresh phpstan baseline

* fix errors and refresh phpstan baseline

* fix errors and refresh phpstan baseline

* fix errors and refresh phpstan baseline

* fix errors and refresh phpstan baseline

* fix errors and refresh phpstan baseline
2024-11-18 15:10:29 +01:00
lvessiller-opendsi
580d789a00 FIX send mail to BCC when email formated as Fullname <email> (#31983) 2024-11-18 14:56:09 +01:00
Laurent Destailleur
2d08d89d55 Trans 2024-11-18 13:58:29 +01:00
Laurent Destailleur
1486dea1c2 Debug v21 2024-11-18 13:35:04 +01:00
Laurent Destailleur
d9d97c4eb3 Add a lega linformation on online signature 2024-11-18 12:52:49 +01:00
Laurent Destailleur
72fda5eeb3 Debug v21 2024-11-17 14:13:51 +01:00
Laurent Destailleur
ceaeabb115 FIX #22539 #31900 2024-11-17 01:36:19 +01:00
MDW
860e1b779f Fix vCard output #31958 (#31959)
Fix #31958 - avoid messing up ENCODIGN & add CHARSET

Workaround by limiting the too generic replacement for social networks.
Add CHARSET for proper decoding.
2024-11-17 01:09:56 +01:00