Expresion
9fa9d395dc
Fix numeric input parsing to support comma as decimal separator ( #36845 )
...
* Fix numeric input parsing to support comma as decimal separator
GETPOSTINT() only handles integer values and fails when input uses a comma as decimal
* Update dispatch.php
* Change GETPOST to GETPOSTFLOAT for price input
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2026-01-10 18:24:19 +01:00
Jyhere
d88730174c
FIX: reception reopening lacks of message when an error occurs ( #36752 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2026-01-05 17:46:45 +01:00
Laurent Destailleur
ba816b847d
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into 23.0
...
Debug v23
2026-01-05 14:36:23 +01:00
Zakaria Boushaba
ecb14aecf2
Fix text overflow in linked object table lists (v22) ( #36776 )
...
Co-authored-by: Zakaria Boushaba <z.boushaba@vold.africa >
2026-01-05 11:31:55 +01:00
sonikf
c05dc10da3
fix regression broken layout
...
Removed call to dol_get_fiche_end() in card.php.
2025-12-14 20:45:30 +02:00
Laurent Destailleur
0027e0c126
Fix CI
2025-11-26 01:35:10 +01:00
Laurent Destailleur
3218e19091
Debug v23
2025-11-25 19:51:09 +01:00
Laurent Destailleur
6d42410dac
Debug v23
2025-11-25 19:39:21 +01:00
MDW
287ee92cb7
Qual: Fix nullable value by cast (for phan) ( #36381 )
...
# Qual: Fix nullable value by cast (for phan)
The update method now explicitly casts the eatby and sellby fields to integers before passing them to the idate function.
Otherwise phan considers the arguments as nullable (as it can not determine the impact of dol_strlen).
2025-11-24 15:00:15 +01:00
Laurent Destailleur
89d8b553c1
Debug v23
2025-11-22 16:23:07 +01:00
Frédéric FRANCE
46d6714fe0
clean code ( #36317 )
...
* clean code
* clean code
* clean doc
* clean doc
* clean doc
* clean doc
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-20 01:47:46 +01:00
Laurent Destailleur
81527a9fe9
Clean code
2025-11-18 12:03:23 +01:00
Laurent Destailleur
a7c82c020d
Fix CI
2025-11-17 20:01:07 +01:00
HeilDenDus
0f297eea96
add show and filter in fields public and private notes ( #36255 )
2025-11-14 15:36:22 +01:00
Laurent Destailleur
cb40305764
Fix CI
2025-11-13 13:12:34 +01:00
Laurent Destailleur
ed9f3ca915
Fix CI
2025-11-13 13:11:59 +01:00
Laurent Destailleur
61a194f57e
Fix CI
2025-11-13 13:10:32 +01:00
Laurent Destailleur
c26c4571d8
Fix CI GETPOST -> GETPOSTINT
2025-11-13 13:09:28 +01:00
Laurent Destailleur
5c353d5f0a
Fix CI
2025-11-13 13:09:06 +01:00
Laurent Destailleur
b022194600
Fix CI GETPOST -> GETPOSTINT
2025-11-13 13:09:00 +01:00
Laurent Destailleur
cb6ffabc42
Fix CI
2025-11-13 13:00:55 +01:00
Laurent Destailleur
44beed0a94
Fix CI
2025-11-13 12:44:39 +01:00
Laurent Destailleur
6b675eeb81
Fix error reporting
2025-11-13 04:22:58 +01:00
Laurent Destailleur
557c3c5d18
Fix SQL
2025-11-13 04:22:35 +01:00
Laurent Destailleur
0ddcc03d71
Fix GETPOST
2025-11-13 03:42:29 +01:00
Laurent Destailleur
66ae002541
Fix GETPOST
2025-11-13 03:38:48 +01:00
Laurent Destailleur
957c5645e2
Fix type
2025-11-13 03:33:42 +01:00
Laurent Destailleur
f6783b35fd
Fix type
2025-11-13 03:25:20 +01:00
Laurent Destailleur
9dc4f6bc5d
Fix type
2025-11-13 03:25:00 +01:00
Laurent Destailleur
c4abf5d3ca
Fix regression
2025-11-13 02:12:15 +01:00
Laurent Destailleur
dfbf173b17
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-07 19:25:42 +01:00
sonikf
beddd5152a
Add missing fk_project ( #36128 )
2025-11-06 17:10:28 +01:00
sonikf
dc4a28cd0b
NEW Add option to create standalone reception ( #36134 )
...
* Enable create menu for standalone reception
* Enable create menu for standalone reception
* Add Reception date
* Add option to create standalone reception
* fix pre-commit
2025-11-06 17:09:36 +01:00
Regis Houssin
fa10fc0f94
FIX avoid NULL value ( #36126 )
2025-11-06 13:15:03 +01:00
sonikf
39fa4dd720
New function to set reception date ( #36101 )
2025-11-05 22:23:24 +01:00
sonikf
6743c38463
New prepare for standalone reception ( #35869 )
...
* New prepare for standalone reception
* New prepare for standalone reception
* fix line indentation
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-03 10:27:11 +01:00
sonikf
8ed78a31b1
Add tpl files for standalone reception ( #35966 )
...
* Add tpl for standalone reception
* try to fix phan
2025-10-28 01:10:11 +01:00
Frédéric FRANCE
9b512f565f
try to make new checks ( #35976 )
...
* try to make new checks
* try to make new checks
* try to make new checks
* try to make new checks
* try to make new checks
* try to make new checks
2025-10-28 00:57:01 +01:00
Frédéric FRANCE
29b3880e6c
add dolBuildUrl ( #35664 )
...
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* clean baseline
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-17 02:31:07 +02:00
Jon Bendtsen
49b8f4a590
Fix: 3 modules where list.php redirected to /mymodule/myobject_card.php ( #35732 )
...
* Fix: 3 modules where list.php redirected to /mymodule/myobject_card.php
* remove an commented segment of the code which did the same kind of dolbuildpath to /mymodule/myobject_card.php which is obviously wrong, since it was a comment anyway, no risk
* remove an commented line of the code which did the same kind of dolbuildpath to /mymodule/myobject_card.php which is obviously wrong, since it was a comment anyway, no risk
---------
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
2025-10-14 21:41:51 +02:00
Laurent Destailleur
31989adc1f
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-14 21:38:13 +02:00
Laurent Destailleur
025aefb69c
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-10-14 21:18:09 +02:00
Frédéric FRANCE
1ad2d24a4b
fix img_pictos ( #35722 )
...
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
2025-10-14 19:31:06 +02:00
Regis Houssin
a8da70e116
FIX avoid php warning ( #35756 )
2025-10-14 18:48:20 +02:00
Regis Houssin
cb3d3c09c4
FIX wrong entity filter ( #35691 )
...
* FIX wrong entity filter
* FIX travis error
2025-10-09 15:26:22 +02:00
Fabian Volkers
7faab635c4
Enable filtering by supplier order in /receptions API endpoint ( #35601 )
...
* 🐛 Use reception email templates for receptions
* ✨ LEFT JOIN reception with element_elemnt to allow filtering by supplier_order
* 📝 Document supplier order filter for receptions endpoint
* 🐛 Check for presence of el filter using regex to avoid duplicate lines
* Update api_receptions.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-07 19:36:22 +02:00
Frédéric FRANCE
6afec608a3
fix CI ( #35631 )
...
* fix CI
* fix CI
* fix CI
* fix CI
* fix CI
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-10-04 13:29:57 +02:00
Frédéric FRANCE
700463596e
verify if file exists before trying to include ( #35548 )
...
* verify if file exists before trying to include
* verify if file exists before trying to include
2025-09-29 20:42:44 +02:00
Frédéric FRANCE
164f2c4414
clean code ( #35539 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-28 23:19:33 +02:00
ldestailleur
e45fe1f988
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-09-27 15:57:27 +02:00