Lamrani Abdel
a25e8ee14d
FIX PHPStan warnings
2024-03-14 15:09:44 +01:00
Laurent Destailleur
ee214ae7fd
Test to avoid not found method
2024-03-13 22:39:41 +01:00
Laurent Destailleur
c867bc2706
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-13 22:36:45 +01:00
Laurent Destailleur
8bfc0779c4
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-03-13 22:20:08 +01:00
Laurent Destailleur
a0b26ae7cd
FIX Amount of localtaxes in foreign currency was wrong on screen and PDF
2024-03-13 22:04:44 +01:00
Laurent Destailleur
45a68ba612
Better error management
2024-03-13 20:17:26 +01:00
Laurent Destailleur
3dd6b7a4c7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-13 18:40:12 +01:00
Laurent Destailleur
3cc9467ee4
Clean code
2024-03-13 18:39:51 +01:00
Laurent Destailleur
03b7057212
Merge pull request #28816 from mdeweerd/fix/PhanTypeInvalidUnaryOperandIncOrDec
...
Fix & enable PhanTypeInvalidUnaryOperandIncOrDec
2024-03-13 18:21:22 +01:00
Laurent Destailleur
46eddefcab
Merge pull request #28814 from atm-jonathan/NEW_import_kit
...
Add import kit by product ref
2024-03-13 18:14:33 +01:00
Laurent Destailleur
9918f99c6d
Merge pull request #28815 from W1W1-M/qual-user-agenda
...
FIX user agenda
2024-03-13 18:12:33 +01:00
Laurent Destailleur
f15725ee33
Update usergroups.lib.php
2024-03-13 18:10:30 +01:00
MDW
3ffa85eb49
Fix: Remove stray $i++
2024-03-13 17:38:05 +01:00
MDW
a0ea2ed654
Fix: Remove stray $i++
2024-03-13 17:38:03 +01:00
MDW
393dacd59e
Fix Initialise var to fix PhanTypeInvalidUnaryOperandIncOrDec
2024-03-13 17:38:02 +01:00
William Mead
cd727f22a6
Fixed event count
2024-03-13 16:26:52 +01:00
Jonathan lescaut
5e5792d144
add import kit
2024-03-13 15:38:29 +01:00
Laurent Destailleur
cad8f24322
Merge pull request #28799 from mdeweerd/fix/PhanPluginDuplicateExpressionAssignmentOperation
...
Fix & enable PhanPluginDuplicateExpressionAssignment
2024-03-13 14:49:21 +01:00
Laurent Destailleur
1d00dbf7c8
Merge pull request #28808 from rycks/develop_add_password_type_to_formbuilder
...
NEW ModuleBuilder : add type genericpassword entry types
2024-03-13 14:46:00 +01:00
Laurent Destailleur
4afadf6dc4
Merge pull request #28804 from mdeweerd/fix/PhanPluginUnknownFunctionParamType
...
Fix & enable PhanPluginUnknownFunctionParamType
2024-03-13 14:31:18 +01:00
Eric Seigne
3d449b8fce
phpdoc missing argument type, thanks to phpstan !
2024-03-13 11:54:05 +01:00
Eric Seigne
3a0bf96e92
add password and genericpassword entry types
2024-03-13 11:49:03 +01:00
Laurent Destailleur
e0d7948d91
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-13 11:06:48 +01:00
Laurent Destailleur
c3f28b8592
Merge pull request #28802 from mdeweerd/PhanPluginRedundantAssignment
...
Fix PhanPluginRedundantAssignment
2024-03-13 11:04:02 +01:00
Laurent Destailleur
acf84f44d5
Merge pull request #28805 from mdeweerd/fix/PhanPluginPrintfNotPercent
...
# Fix & enable PhanPluginPrintfNotPercent
2024-03-13 11:02:07 +01:00
Laurent Destailleur
930af6b838
Doc
2024-03-13 10:54:20 +01:00
MDW
1debf4f538
# Fix & enable PhanPluginPrintfNotPercent
...
Fix PhanPluginPrintfNotPercent by setting format length to non 0 value.
Example of Notification message:
'Format string "%0.10F" contains something that is not a percent sign, it will be treated as a format string '%0.10F' with padding of "0" and alignment of '' but no width. Use %% for a literal percent sign, or '%1$.10F' to be less ambiguous' .
2024-03-13 10:42:13 +01:00
MDW
09a62365eb
Fix PhanPluginUnknownFunctionParamType
...
# Fix PhanPluginUnknownFunctionParamType
PHPdoc for $object was incorrect.
Also updated the return type and the parameter typing for $head
in complete_head_from_modules
2024-03-13 10:08:12 +01:00
MDW
d8a785fa2b
FIX get_string_between
...
# FIX get_string_between
Noticed that the typing of the arguments was incorrect and then found
the implementation suspicious. The implemented test confirmed that it
was flawed. Fixed.
Apparently this method is used in get_next_value .
2024-03-13 02:58:59 +01:00
MDW
cf778e9da8
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:52 +01:00
MDW
a604e446f1
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:51 +01:00
MDW
a35efb0b8b
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:50 +01:00
MDW
259faedafe
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:49 +01:00
MDW
6629c823e8
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:48 +01:00
MDW
ce85da498c
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:47 +01:00
MDW
accbf347d1
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:46 +01:00
MDW
c66c59f146
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:45 +01:00
MDW
a0bbf04d74
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:44 +01:00
MDW
3da0523890
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:43 +01:00
MDW
c247c8bca8
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:42 +01:00
MDW
409f7e0268
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:41 +01:00
MDW
b08ea1cffa
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:40 +01:00
MDW
42de0761a2
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:39 +01:00
MDW
fa62f5d89d
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:38 +01:00
MDW
558871207c
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:37 +01:00
MDW
32ee0f042c
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:36 +01:00
MDW
8032bc3a86
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:35 +01:00
MDW
0b8a46faff
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:34 +01:00
MDW
5f61e07477
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:33 +01:00
MDW
923f403c54
Fix PhanPluginRedundantAssignment
2024-03-13 01:04:32 +01:00