Laurent Destailleur
2cb93fc9f6
Merge pull request #33017 from mdeweerd/phan/2025.2.10.project-2
...
Qual: Fix phan (project-2)
2025-02-12 03:08:41 +01:00
Laurent Destailleur
574d4be99e
Merge pull request #33005 from Hystepik/new-move-of-pdf-configuration-in-sepcific-page
...
New move propal's pdf / terms and condition of sale configuration in propal module configuration
2025-02-12 03:08:04 +01:00
Laurent Destailleur
41ccf2a309
Merge pull request #33021 from homer8173/patch-46
...
not enough test
2025-02-12 03:03:07 +01:00
Laurent Destailleur (aka Eldy)
9bc2a3a6bd
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-11 22:24:47 +01:00
Laurent Destailleur (aka Eldy)
56f5232358
Debug v21
2025-02-11 22:21:59 +01:00
MDW
288aca6423
Qual: Fix phan (project-2)
2025-02-11 22:08:21 +01:00
Norbert Penel
ef802d426e
not enough test
...
can be a problem with objects who don't have required socid
Furthermore it is impossible to unset a property : https://www.php.net/manual/en/function.property-exists.php#116824
2025-02-11 15:44:46 +01:00
Laurent Destailleur (aka Eldy)
5401791247
Debug v21
2025-02-11 15:40:47 +01:00
Laurent Destailleur (aka Eldy)
6f87dc441e
Debug v21
2025-02-11 15:27:37 +01:00
Lucas Marcouiller
9efeead27b
Merge branch 'develop' into new-move-of-pdf-configuration-in-sepcific-page
2025-02-11 11:44:05 +01:00
Laurent Destailleur (aka Eldy)
e76c396178
Debug v21
2025-02-11 11:03:10 +01:00
Laurent Destailleur (aka Eldy)
e090f09ced
Debug v21
2025-02-11 11:02:03 +01:00
Laurent Destailleur (aka Eldy)
a4e39ba1be
Debug v21
2025-02-11 11:01:24 +01:00
Laurent Destailleur
36078f2a32
Merge pull request #33006 from NefiteTifall/patch-2
...
FIX: Correct HTML escaping function
2025-02-11 10:58:48 +01:00
NefiteTifall | Nicolas
b4f06c8f1c
🔧 Remove escape
...
Eliminated unnecessary escaping of help text in button titles, simplifying the code and ensuring that the title attribute directly uses the provided help text without modification.
2025-02-11 10:20:23 +01:00
Lucas Marcouiller
a0812cf7be
Merge branch 'develop' into new-move-of-pdf-configuration-in-sepcific-page
2025-02-11 09:18:47 +01:00
MDW
928402c847
Qual: Fix phan (project-1)
2025-02-11 00:22:39 +01:00
Laurent Destailleur
5051faa325
Merge pull request #33012 from mdeweerd/phan/2025.2.10.stock-2
...
Qual: Fix phan (stock-2)
2025-02-10 21:42:31 +01:00
Laurent Destailleur
fe43393b6e
Merge pull request #33011 from homer8173/patch-44
...
Update html.formmargin.class.php
2025-02-10 21:41:39 +01:00
Laurent Destailleur
0fbaad635a
Update html.formmargin.class.php
2025-02-10 21:39:55 +01:00
Laurent Destailleur
c94395ff10
Merge pull request #33004 from AnthonyVallenet/patch-1
...
Fix: Avoid undefined array key warning in form setup
2025-02-10 21:32:42 +01:00
MDW
076399b11b
Qual: Fix phan (stock-2)
2025-02-10 21:20:32 +01:00
Laurent Destailleur (aka Eldy)
3a212e4ddb
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-10 19:48:46 +01:00
Norbert Penel
a7a2014215
Update html.formmargin.class.php
...
Under PHP 8 , can't add string and float on following lines. So i propose to convert to avoid errors
2025-02-10 17:10:41 +01:00
NefiteTifall | Nicolas
4cceac1f46
FIX: Correct HTML escaping function
2025-02-10 15:48:04 +01:00
Hystepik
996109e9be
New move pdf configuration in propal module configuration
2025-02-10 15:12:55 +01:00
Anthony V
0062c9929a
Fix: Avoid undefined array key warning in form setup
...
- Added a check to ensure 'isMandatory' exists in $item->fieldParams before accessing it.
- Prevents "Undefined array key" warning in html.formsetup.class.php.
- Improved robustness by using !empty() to handle missing or false values safely.
2025-02-10 15:10:28 +01:00
Laurent Destailleur
5e47f63c8b
Merge pull request #32886 from altairis-noe/element_type
...
QUAL: deleteObjectLinked() element value matching add_object_linked()
2025-02-10 13:46:46 +01:00
Laurent Destailleur
03c8d418ae
Merge pull request #33000 from mdeweerd/phan/2025.2.8.stock-1
...
Qual: Fix phan notices (stock-1)
2025-02-10 13:23:47 +01:00
Laurent Destailleur
7a27235379
Merge pull request #32994 from mdeweerd/phan/fix2025.2.8.product-2
...
Qual: Fix phan (product-2)
2025-02-10 13:18:59 +01:00
Laurent Destailleur
caf8f43024
Merge pull request #32993 from mdeweerd/phan/2025.2.8.ifsql
...
Qual: Fix ifsql argument type
2025-02-10 13:16:46 +01:00
Laurent Destailleur
0691c18355
Merge pull request #32992 from mdeweerd/phan/2025.2.8.product
...
Qual: Fix phan (product-part-1) implies fixing unit types
2025-02-10 13:15:37 +01:00
Laurent Destailleur (aka Eldy)
09ba5162e7
Clean code
2025-02-10 13:03:37 +01:00
Laurent Destailleur (aka Eldy)
c45adc4e96
Close #32966
2025-02-10 12:55:45 +01:00
Laurent Destailleur (aka Eldy)
b702561969
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-10 12:42:59 +01:00
Laurent Destailleur (aka Eldy)
461a576669
Close #32966
2025-02-10 12:42:41 +01:00
Laurent Destailleur
2450886446
Merge pull request #32978 from hregis/new_add_hook_load_cache_dictionary
...
QUAL add hook "loadDictionaryCache"
2025-02-10 12:10:49 +01:00
MDW
c9bedf8fe2
Qual: Fix phan notices (stock-1)
2025-02-10 11:32:05 +01:00
MDW
1a2d4ed6be
Qual: Fix phan (product-2)
2025-02-09 20:14:25 +01:00
MDW
4168a16151
Qual: Fix ifsql argument type
2025-02-09 20:14:22 +01:00
MDW
2130f1395a
Qual: Fix phan (product-part-1) implies fixing unit types
2025-02-09 20:14:20 +01:00
MDW
8a2a1331f7
Qual: Fix phan (printing)
2025-02-08 14:24:26 +01:00
MDW
fd7fee2e8f
Qual: Fix textwithpicto $type argument (0->info,1->help)
2025-02-08 01:49:54 +01:00
MDW
395fdbf39b
Qual: Fix phan notices (mrp)
2025-02-08 01:49:52 +01:00
Regis Houssin
936311ff27
FIX try to fix phpstan error
2025-02-07 23:49:57 +01:00
Regis Houssin
f3e7e69107
FIX travis error
2025-02-07 16:26:26 +01:00
Regis Houssin
59c3d3a0ef
FIX missing escape
2025-02-07 15:40:17 +01:00
Regis Houssin
be255c72a5
FIX travis error
2025-02-07 15:30:34 +01:00
Regis Houssin
cbe214d9f6
FIX add $this in $object and remove parameter
2025-02-07 15:03:58 +01:00
Regis Houssin
9c28ee4c1b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into new_add_hook_load_cache_dictionary
2025-02-07 14:55:10 +01:00