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
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
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
Nicolas Domenech
ce199c4206
Fix : SQL order on extrafields type chkbxlst (multiselectarray) ( #30689 )
2024-08-20 12:41:23 +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
HENRY Florian
517e5e732c
fix: load translation for extrafields in PDF ( #30461 )
2024-07-25 14:29:12 +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
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
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
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
boudet jean pascal
0fa6cd7042
fix extrafield input with the type int mus show 0 value if exist ( #29967 )
...
* fix extrafield input with the type int mus show 0 value if exist
* pre-commit
* pre-commit
---------
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
2024-06-10 14:30:36 +02:00
Vincent Maury
19f68b0b67
Add clean conditions to show "create purchase order" button in sale order card ( #29906 )
...
* Add clean conditions to show "create purchase order" button in sale order card
* Add clean conditions to show "create purchase order" button in sale order card
* Add clean conditions to show "create purchase order" button in sale order card
2024-06-08 02:48:59 +02:00
Laurent Destailleur
65cfd9fa13
Doc
2024-05-31 16:11:05 +02:00
Sébastien NASSIET
a8781e0133
FIX Extrafields always been delete and re insert for categories ( #29781 )
...
* Check extrafields on the right table for categories
As it done in line 6737, it's necessary to add a compatibility renaming of table_element for categories.
* Update commonobject.class.php
* Update commonobject.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-31 16:09:33 +02:00
altairis-melina
49ef7cd556
FIX: langs in common docgenerator ( #29774 )
2024-05-28 23:54:44 +02:00
Laurent Destailleur
481fec5291
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-05-21 20:12:45 +02:00
Noé Cendrier
0ccc9bc7d1
FIX: php warning if cookie doesn’t exist ( #29723 )
2024-05-21 15:54:49 +02:00
Paul Schulte
1406715ce5
FIX executeHooks $object default value ( #29647 )
...
Change $object parameter default value from '' to null to fix issue when using type declarations in custom hooks.
Mirrored change from commit 0453b3e .
2024-05-11 20:48:52 +02:00
Francis Appels
ba4f7323fe
FIX PHP exception on getSpecialCode ( #29646 )
2024-05-10 12:34:38 +02:00
Philippe Grand
0fcbdcb408
Fix : Warning: Undefined array key "help" in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/dict.php on line 1810 ( #29642 )
...
* 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 array key help in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/dict.php on line 1810
* fix typo in extrafields.class.php
2024-05-10 01:25:35 +02:00
Laurent Destailleur
fa75dc5213
FIX Better compatibility when objectdesc is not valid, and warnings
2024-05-09 12:33:55 +02:00
Laurent Destailleur
39791e2187
Code comment
2024-05-09 12:32:18 +02:00
Benjamin Falière
ca744d907c
FIX: langs overwrite ( #29630 )
...
* FIX: langs overwrite
* ChangeLog typo
---------
Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr >
2024-05-07 20:27:59 +02:00
Laurent Destailleur
e9f7a1996f
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-05-03 18:18:39 +02:00
Laurent Destailleur
4fef808efa
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-05-03 18:16:58 +02:00
Laurent Destailleur
1c81155a9a
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-05-03 18:13:21 +02:00
Marc de Lima Lucio
3258b00e16
FIX: notification: error 500 in fixed emails due to a bad copy/paste ( #29580 )
2024-05-03 18:12:55 +02:00
Laurent Destailleur
07fb11e08e
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-05-02 13:24:33 +02:00
Laurent Destailleur
594280e1df
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-05-02 13:22:47 +02:00
Laurent Destailleur
36873b9fe7
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-05-02 13:20:04 +02:00
Laurent Destailleur
fdb63a6540
Fix related to #29580
2024-05-02 13:06:48 +02:00
atm-irvine
e87338f71d
FIX : Hide number beside select contract & added langs to translate c… ( #29529 )
...
* FIX : Hide number beside select contract & added langs to translate contract
* Update html.formticket.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-29 21:43:53 +02:00
Philippe Grand
661582875a
Fix : Warning: Undefined property: stdClass::$PRODUIT_DEFAULT_BARCODE_TYPE in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/modules/barcode/mod_barcode_product_standard.php on line 187 ( #29479 )
...
* 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
* fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/modules/barcode/mod_barcode_product_standard.php on line 187
* fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/modules/barcode/mod_barcode_thirdparty_standard.php on line 188
* fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/class/html.formbarcode.class.php on line 83
* fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/class/html.formbarcode.class.php on line 84
* fix :Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/barcode.php on line 460
* fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/barcode.php on line 471
* Update mod_barcode_product_standard.php
* Update mod_barcode_thirdparty_standard.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-27 18:14:20 +02:00
Laurent Destailleur
6303bceecd
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-04-22 14:19:59 +02:00
Laurent Destailleur
c454729f90
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-04-22 14:19:30 +02:00
Laurent Destailleur
79353a6cbb
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-04-22 14:17:06 +02:00
Florian Mortgat
54caae51e0
FIX 16.0 - the e-mail templates configured in the notification module are not used if the recipient is a fixed e-mail address ( #29407 )
2024-04-20 22:44:26 +01:00
Laurent Destailleur
6475d580c2
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
...
Conflicts:
htdocs/product/stock/replenish.php
htdocs/theme/eldy/global.inc.php
2024-04-18 02:33:50 +02:00
Laurent Destailleur
0d5d0d6ae8
More complete log
2024-04-17 17:33:28 +02:00
boudet jean pascal
3076b6ad40
fix 500 error count array ( #29337 )
...
* fix error 500 on array count
* fix pre-commit error
* Update html.form.class.php
---------
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-12 14:44:54 +02:00