Commit Graph

145227 Commits

Author SHA1 Message Date
William Mead
4cab9e8a62 Fixed & refactored status label 2024-11-16 23:34:10 +01:00
Laurent Destailleur
cbdda5d1a8 Fix the automatic nb of list 2024-11-16 23:23:14 +01:00
Laurent Destailleur
e866f90b12 Compatible php 8.3 2024-11-16 22:51:35 +01:00
Laurent Destailleur
6a8b4c1141 Merge branch 'develop' into New-status-for-webhook 2024-11-16 22:42:46 +01:00
Laurent Destailleur
f489990442 Try to solve false positive of phpstan 2024-11-16 22:42:21 +01:00
Laurent Destailleur
2c9e58296d Merge branch 'develop' into New-status-for-webhook 2024-11-16 22:32:24 +01:00
Laurent Destailleur
ab9c7f9a31 Try to exclude phpstan false positive 2024-11-16 22:31:40 +01:00
Laurent Destailleur
88c90b0f8a Merge branch 'develop' into New-status-for-webhook 2024-11-16 22:23:38 +01:00
Laurent Destailleur
a6266ce664 Try to discard a false positive of phpstan 2024-11-16 22:22:49 +01:00
Laurent Destailleur
768a7ec926 Update target_card.php 2024-11-16 22:03:43 +01:00
Laurent Destailleur
9f7d763652 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-16 21:55:40 +01:00
Alexandre SPANGARO
73171867e0 Accountancy personalized reports - Prepare report page (#31935) 2024-11-16 20:58:09 +01:00
Alexandre SPANGARO
8642e77110 Accountancy personalized reports - Prepare menu (#31932)
* Accountancy personalized reports - Prepare menu

* Indent
2024-11-16 20:48:09 +01:00
omogenot
48f0f55b7c NEW: Allow multiple extrafields deletion (#31956)
* Allow multiple extrafields deletion

If no element type parameter is given to the delete_label function, all occurences of the same extra field name are deleted at once. This simplifies the de-installation of a module that would have created multiple extra fields accros several element types.

* Update extrafields.class.php

Remove empty line whitespace
2024-11-16 20:13:40 +01:00
Lucas Marcouiller
519cafc75d Merge branch 'develop' into New-status-for-webhook 2024-11-16 19:04:23 +01:00
evarisk-kilyan
a811e061ca fix: fatal on install step-5 (#31954)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-16 18:58:24 +01:00
Laurent Destailleur
5aab141714 Clean code 2024-11-16 18:48:08 +01:00
Hystepik
172f937a4d Fix Ci 2024-11-16 18:47:19 +01:00
Hystepik
cfff3093d9 Merge branch 'develop' of github.com:Dolibarr/dolibarr into New-status-for-webhook 2024-11-16 18:46:23 +01:00
evarisk-kilyan
830d0bebeb fix: replace isModEnabled with getDolGlobalString (#31955)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-16 18:43:21 +01:00
William Mead
ee1b3df3f1 Fixed task closed confirm localisation 2024-11-16 18:42:01 +01:00
Laurent Destailleur
8d580eaa5f Fix travis 2024-11-16 18:39:54 +01:00
Mathieu Moulin
a602309e04 Fix user::load_previous_next_ref() with MULTICOMPANY_TRANSVERSE_MODE bad sql query (cartesian product replaced by INNER JOIN) (#31946) 2024-11-16 18:19:59 +01:00
Mathieu Moulin
f51935a258 Fix slow user card when many users in same group, disable loading of all other users (#31947) 2024-11-16 18:10:08 +01:00
Laurent Destailleur
3c3a1193a5 Fix conf->global 2024-11-16 18:08:53 +01:00
MDW
78fde76f61 Qual: Fix some phan notices (#31948) 2024-11-16 17:59:26 +01:00
Nicolas
007860ae81 NEW Closing task 2024-11-16 17:53:53 +01:00
Benoît PASCAL
bcf7031a04 fix: declare entity before using it 2024-11-16 17:32:30 +01:00
Benoît PASCAL
0bac63ffbc feat: add entity in custom translation with multicompany 2024-11-16 17:16:37 +01:00
iouston
7a84561bba Fix issue n° 30845 - Resources not saved on new event creation (#31889)
* short_open_tag was always on No

* Fix Bug - Return an error if SOCIETE_EMAIL_UNIQUE = 1

if SOCIETE_EMAIL_UNIQUE is on 1, this form return an error because thirdparty already exist.

* fix issue n°31839

* fix wrong parameters

* fix issue n°30845

* Revert "fix issue n°30845"

This reverts commit cf88b7b236.

* fix issue n°30845

* replace space by tabs for CI

* fix cat statement

* precommit is very ball breaker ;-)

* is this the right one?

* fix precommit error

* Please phpstan...

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-16 14:56:42 +01:00
Sami Filali
fac36d2376 add hook (#31938) 2024-11-16 14:51:24 +01:00
github-actions[bot]
ee1cdd765a PHPStan > Update baseline (#31940)
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>
2024-11-16 14:48:04 +01:00
omogenot
31dda93490 Add missing hook context to parameters array (#31942)
There is a missing context value in the parameters array passed to executeHooks. This missing parameter prevents an external hook to determine which context called and define hook behaviour.
2024-11-16 14:47:02 +01:00
Regis Houssin
af6a487178 FIX missing check permissions for clone user action (#31944)
* FIX missing check permissions for clone action

* FIX missing permission for the action
2024-11-16 14:45:30 +01:00
Frédéric FRANCE
c496df7dfe test github token (#31931)
* test github token

* solving errors

* test github token

* test

* test

* fix

* fix

* fix

* fix

* fix
2024-11-16 11:39:55 +01:00
Francis Appels
54891e8fa7 FIX Status not correct in Public ticket list (#31922) 2024-11-16 11:34:36 +01:00
Nicolas SILOBRE
31926333e1 Update viewcat.php (#31849)
* Update viewcat.php

* Update viewcat.php
2024-11-16 10:58:48 +01:00
Thomas C.
976399c2d9 fix (#31683) 2024-11-16 10:57:03 +01:00
Lucas Marcouiller
5f5fc076b5 fix undefined property in expensereportline class (#31854)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-16 10:55:31 +01:00
Marc de Lima Lucio
b6dfc496a2 FIX: assets: division by zero when trying to calculate depreciation on assets that don't have it (#31858)
* FIX: assets: division by zero when trying to calculate depreciation on assets that don't have it

* FIX: assets: division by zero when trying to calculate depreciation on assets that don't have it, part 2
2024-11-16 10:51:24 +01:00
Lucas Marcouiller
1ec2b053b7 fix warning in html form class (#31860)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-11-16 10:45:29 +01:00
Mathieu Moulin
cd6ed63768 Fix Specimen warning in supplier admin when database has no products (#31867) 2024-11-16 10:45:01 +01:00
Frédéric FRANCE
4f5d3dddc7 fix tooltip (#31933) 2024-11-16 10:40:12 +01:00
Regis Houssin
a5bd461505 FIX compatibility with multicompany (#31934) 2024-11-16 10:33:28 +01:00
jyhere
15d82576de FIX : Default values feature is broken on units field on product create (#31873)
* FIX : Default values feature is broken on units field on product create

* FIX: use getDolGlobalString, removed useless ternary
2024-11-16 02:45:13 +01:00
MB Informatique
aff3a20aa8 FIX #29449 Products not allowed on contracts (#31909)
* FIX #31269 Bad use of GETPOSTINT

* FIX #29449 Products not allowed on contracts

* Update card.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-16 02:23:08 +01:00
Frédéric FRANCE
4d51d72d73 clean phpstan baseline (#31926)
* clean phpstan baseline

* clean phpstan baseline

* clean phpstan baseline

* clean baseline

* fix
2024-11-16 02:11:32 +01:00
Benoît PASCAL
a6b18b1f5d fix: get file link in invoice list with multicompany (#31930) 2024-11-16 01:55:35 +01:00
Frédéric France
b9f8c188f7 Merge remote-tracking branch 'origin/extrafields_object_filter' into extrafields_object_filter 2024-11-16 01:16:09 +01:00
Frédéric France
4492cedc54 fix 2024-11-16 01:15:25 +01:00