Laurent Destailleur
f51109ad96
Add default css value
2024-05-15 11:14:26 +02:00
Laurent Destailleur
90c54cdd1a
Debug v20
2024-05-14 02:01:39 +02:00
Laurent Destailleur
88b333ada9
Fix warning
2024-05-14 01:34:25 +02:00
Laurent Destailleur
ca9c5f0e85
Debug v20
2024-05-14 00:49:32 +02:00
Laurent Destailleur
bc77ac9ce6
Debug v20
2024-05-13 23:49:35 +02:00
Laurent Destailleur
4365485582
Debug v20
2024-05-13 19:00:45 +02:00
Laurent Destailleur
df0922fa92
PHoto was missing into the select of user in multiselection
2024-05-13 15:22:30 +02:00
Laurent Destailleur
0e34a20c14
Debug v20
2024-05-12 18:44:58 +02:00
Laurent Destailleur
87c445bbf1
Add website page type for ajax
2024-05-12 12:20:00 +02:00
Laurent Destailleur
84fb498ee4
Fix phan
2024-05-11 21:13:10 +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
Frédéric FRANCE
933e87ca81
Update codespell-dict.txt ( #29644 )
...
* Update codespell-dict.txt
* WYSIWYG
* phan
2024-05-10 12:34:08 +02:00
Laurent Destailleur
8265bdedcb
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-10 12:03:33 +02:00
Laurent Destailleur
4438446c0a
Fix warnings
2024-05-10 11:53:09 +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
458ffdb23e
css
2024-05-09 18:15:57 +02:00
Laurent Destailleur
4a2db9698d
NEW Can show the legal form in address of recipient in PDF
2024-05-09 14:55:50 +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
Laurent Destailleur
27bc1cddad
Debug v20
2024-05-08 15:43:46 +02:00
Laurent Destailleur
9bb1f98ffd
Debug v20
2024-05-08 14:53:10 +02:00
Laurent Destailleur
de4941fd49
Workaround to allow selection of contact from full combo once a
...
thirdparty is selected;
2024-05-08 14:23:39 +02:00
lvessiller-opendsi
c44f63a8c2
FIX update price HT on expense report card ( #29631 )
2024-05-07 22:38:14 +02:00
Laurent Destailleur
99e0df1ef9
Fix warnings
2024-05-07 22:28:28 +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
8b84be2d6c
Add select component to support correctly option C
...
ONTACT_USE_SEARCH_TO_SELECT
2024-05-07 19:59:20 +02:00
Laurent Destailleur
6110cccf63
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-06 23:56:29 +02:00
Laurent Destailleur
4055bb90ec
Doc
2024-05-06 23:55:46 +02:00
Frédéric FRANCE
a848019d54
set extrafield type as optional ( #29615 )
...
this extrafield type feature is incomplete
2024-05-06 22:57:54 +02:00
Laurent Destailleur
157ca199c1
Fix regression when using DOLDeprecatedHandler. You fetch an object with
...
status = null in database, the we set ->status=0 and ->statut=0, then we
call update(), calling the updateCommon(). Inside the updateCommon that
is into commObject.class.php, the ->status is 0 but ->statut is null
making the update saving null instead of 0.
2024-05-06 20:35:26 +02:00
Laurent Destailleur
55d2f3d9fc
Debug v20
2024-05-06 10:00:18 +02:00
Laurent Destailleur
ca9b795ee1
Fix warnings
2024-05-05 18:28:23 +02:00
Laurent Destailleur
fa86f753f6
Debug v20
2024-05-05 18:04:46 +02:00
Lucas Marcouiller
85a635d17a
New add multiinput for text type fields ( #29555 )
...
* New add multiinput for text type
* fix CI
* fix some code + add $value persistance
* fix some things to be more global
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-05 02:52:14 +02:00
Vaadasch
7562eacbf6
NEW Add option to open files in new tab ( #29604 )
...
* Add option to open files in new tab
* Add option to open files in new tab - with MAIN_DISABLE_FORCE_SAVEAS
* Add option to open files in new tab - fix
* Open in new tab with MAIN_DISABLE_FORCE_SAVEAS == 2
---------
Co-authored-by: Vaadasch <me@local.here >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-05 02:51:05 +02:00
Frédéric FRANCE
d0830b3159
fix phpstan ( #29602 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix travis
* fix phpstan
* fix phpstan
* fix phan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
fix phpstan
fix phpstan
fix phpstan
fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix travis
* fix phpstan
* fix phpstan
* fix phpstan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-05 00:34:19 +02:00
Laurent Destailleur
d1146e9bea
Fix case
2024-05-03 18:49:24 +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
580fe5a043
Debug v20
2024-05-03 11:10:22 +02:00
Laurent Destailleur
0b9bd5408b
Debug v20: Encapsulate the feature using leaflet/geophp into a constant
...
MAIN_USE_GEOPHP. Fix webportal module.
2024-05-03 02:39:35 +02:00
Laurent Destailleur
642a3d5984
Fix regression
2024-05-03 01:28:19 +02:00
Laurent Destailleur
30de8684fd
More complete fix for #29587 for suplier with no vat. Fix also
...
ref_supplier not propagated.
2024-05-03 00:30:01 +02:00
Laurent Destailleur
5e50b4aa2e
Fix restore line lost
2024-05-02 23:21:06 +02:00
MDW
2115980560
Qual: Fix Phan notices in CommonObject ( #29354 )
...
* Fix PhanPluginSimplifyExpressionBool in commonobject
* Fix commonobject for phan notices
* Allow null for $usedolidb argument
* Allow null for $outputlangs argument of \dol_format_address()
* Fix multiple phan notices
* Ignore PhanTypeArraySuspiciousNullable
* Fix PhanTypeMismatchArgumentProbablyReal
* Update baseline
* Improve typings
* Update type specification getCountry/withCode
* Fix CommonObject Phan notices & update baseline
* Fix phan notices
* Correct typing for showInputField to be the same as parent class
* Fix PhanPluginSimplifyExpressionBool in commonobject
* Fix commonobject for phan notices
* Allow null for $usedolidb argument
* Allow null for $outputlangs argument of \dol_format_address()
* Fix multiple phan notices
* Ignore PhanTypeArraySuspiciousNullable
* Fix PhanTypeMismatchArgumentProbablyReal
* Update baseline
* Improve typings
* Update type specification getCountry/withCode
* Fix CommonObject Phan notices & update baseline
* Fix phan notices
* fixup! Correct typing for showInputField to be the same as parent class
2024-05-02 19:33:51 +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