Commit Graph

33739 Commits

Author SHA1 Message Date
Alexandre SPANGARO
bdd67368ce FIX Invoice unpaid widget - SQL error on group by with constant MAIN_COMPANY_PERENTITY_SHARED (#30866) 2024-09-06 13:22:46 +02:00
Regis Houssin
6bb818e7fc FIX avoid the return "AND (())" (#30829) 2024-09-04 23:05:51 +02:00
boudet jean pascal
10924547ea FIX : attached file on first page load (#30694)
* fix attached file on first page load

* PRE-COMMIT

* set mode init

* Update 18.0.0-19.0.0.sql

Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>

---------

Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-01 15:13:53 +02:00
atm-lucas
c3e6df4d91 FIX - Substitution error in ticket emails in the subject (#30778)
* fix missing substitutions

* test on ->substit
2024-09-01 14:55:59 +02:00
Laurent Destailleur
80411ff95c Content-type should be enough. So wa can accept error message in html 2024-09-01 14:08:28 +02:00
John BOTELLA
079f6487fd Fix : php 8 warnings v19.0 (#30799)
* fix php8 err

* Fix php 8

* fix missing precommit hooks

* Update htdocs/commande/list.php

* Update htdocs/commande/list.php
2024-08-31 19:42:15 +02:00
Lucas Marcouiller
cfd56c0653 fix #30800 bad GetUrlContent with no hearders for webhook (#30803)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-08-31 19:41:29 +02:00
William Mead
ded9d09c00 LDAP fixes for php8.1+ (#30725)
* Log LDAP error information only on debug. Added unbind condition. Added contributor details.

* Refactored unbind for PHP 8.1+. Refactored connect_bind for PHP 8.3+. Cleaned code.

* Cleaned code

* Refactored error management
2024-08-27 06:34:08 +02:00
Laurent Destailleur
26411e3d52 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-08-27 03:31:09 +02:00
Laurent Destailleur
93e8d2baba FIX #30762 2024-08-27 03:30:24 +02:00
Nicolas Domenech
ce199c4206 Fix : SQL order on extrafields type chkbxlst (multiselectarray) (#30689) 2024-08-20 12:41:23 +02:00
Regis Houssin
2f080b63ee FIX var name error and remove useless code (#30601) 2024-08-11 12:10:43 +02:00
Regis Houssin
b235fa4f5b FIX compatibility with MULTICOMPANY_TRANSVERSE_MODE (#30599) 2024-08-10 23:07:51 +02:00
Laurent Destailleur
8e7ab422e3 Fix info 2024-08-03 18:50:24 +02:00
Laurent Destailleur
f097217c38 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-07-27 15:41:49 +02:00
Laurent Destailleur
290f164b4f Sanitize output 2024-07-27 15:41:14 +02:00
sonikf
4ffb024369 fix #30456 add Not Validated warning when in draft, remove pointless info (#30475)
* fix #30456 add Not Validated warning when in draft, remove pointless info

* fix Dolibarr#30456 add Not Validated warning when in draft, remove pointless info

* remove whitspace
2024-07-26 12:12:06 +02:00
Laurent Destailleur
f4611fcec9 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-07-25 18:06:37 +02:00
Laurent Destailleur
966ac2cdbc Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-07-25 18:04:42 +02:00
Laurent Destailleur
385d98b3e0 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-07-25 18:04:17 +02:00
Laurent Destailleur
c1b8197b8b Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2024-07-25 18:02:04 +02:00
Laurent Destailleur
d5004258db Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2024-07-25 18:00:55 +02:00
Thibault Fiacre
7c9e6b1fb9 FIX lang output for sales representative on PDF (#30469) 2024-07-25 17:56:13 +02:00
HENRY Florian
517e5e732c fix: load translation for extrafields in PDF (#30461) 2024-07-25 14:29:12 +02:00
Regis Houssin
df932f7fea FIX to avoid error during upgrade with pgsql (#30443) 2024-07-24 20:32:32 +02:00
Sébastien NASSIET
ad80e86f10 Bad variables used in updateExtrafield for replacement categorie in categories (#30457) 2024-07-24 17:31:34 +02:00
MaximilienR-easya
30f1d4f18b Backport fix from develop (#30421) 2024-07-20 18:24:01 +02:00
Sami Filali
22def4f35a Fix #30298 - billing contact in supplier proposal (#30404)
* add external contact with billing code in supplier_proposal pdf

* update with pr returns

* Update pdf_other.php

* fix inversing condition

* Update pdf_other.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-07-16 22:35:09 +02:00
Laurent Destailleur
88ee5ec89a Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-07-13 17:41:37 +02:00
lvessiller-opendsi
09fdb887bb FIX expedition PDF models using units labels (#30358) 2024-07-13 17:18:05 +02:00
atm-lucas
f05c1b4aec FIX - Unknown Character on HTML (#30257)
* Unknown Character

* Add replace on dol_htmlwithnojs
2024-07-11 19:36:50 +02:00
John BOTELLA
ac136ec1ae Fix inconsistant link element (#30258) 2024-07-04 08:56:39 +02:00
Laurent Destailleur
25971c3e6f Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-07-02 13:41:32 +02:00
noec764
96a5479e9e FIX: Error mesg show untranslated extrafield name (#30227)
Co-authored-by: Noé <noe@scopen.fr>
2024-07-02 01:56:45 +02:00
Laurent Destailleur
bde5687890 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-06-30 11:59:25 +02:00
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
Laurent Destailleur
d6da8fafc2 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-06-29 20:49:12 +02:00
Laurent Destailleur
d4b49fac4a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-06-29 20:49:03 +02:00
Laurent Destailleur
00b58c94c3 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-06-29 20:48:39 +02:00
Laurent Destailleur
300fd7c1c4 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2024-06-29 20:45:08 +02:00
Laurent Destailleur
70799e392f Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2024-06-29 20:44:41 +02:00
lvessiller-opendsi
6cd3d7943d FIX orders to bill menu (#30179)
* FIX orders to bill menu

* only fix url menu

* FIX orders supplier to bill menu
2024-06-29 19:31:08 +02:00
Regis Houssin
fdf5fe0f26 FIX broken pdf preview when multicompany sharing (#30188)
* FIX broken pdf preview when multicompany sharing

* Update html.formmail.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-29 19:28:30 +02:00
Frédéric FRANCE
e57e99fe19 fix warning with pgsql DoliDB.class.php (#30153) 2024-06-25 15:12:03 +02:00
John BOTELLA
322bbd934b fix : 19.0 fix inconsistent link validation (#30141)
* Dirty fix for inconcistant link psedo langage

* add todo

* Update commonobject.class.php

* Update commonobject.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-24 22:53:43 +02:00
Christian Humpel
dafbefdc74 NEW: Hook do actions or check input after changing a extrafield in commonobject.class.php (#30128)
* Integration Textbausteine weiter...

* fix typo.
2024-06-23 18:00:44 +02:00
boudet jean pascal
da4f526f77 test status contact (#30098)
* test status contact

* Update notify.class.php

Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>

---------

Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-22 16:07:46 +02:00
John BOTELLA
64e3a37bd8 BACKPORT hook to allow fix external modules compatibility created with module builder or other (#30086)
* Backport hook to fix external modules compatibility

* Backport hook to fix external modules compatibility
2024-06-19 19:26:32 +02:00
Philippe Grand
a79cdca658 FIX : Warning: Undefined property: PropaleLigne::$situation_percent in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2442 (#30033)
* fix : Warning: Undefined variable  in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/compta/bank/various_payment/list.php on line 370

* backward

* update

* fix : Warning: Undefined property: PropaleLigne:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2442

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-15 15:06:58 +02:00
atm-corentin
1766311338 FIX : move porpale ref pdf cornas (#29989)
Co-authored-by: x <x@x.x>
2024-06-11 20:03:10 +02:00