MDW
bb6eee4cf7
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:53 +01:00
MDW
3c67a1288a
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:52 +01:00
MDW
5be91bbfa4
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:51 +01:00
MDW
0a65a582fc
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:50 +01:00
MDW
28e866c22c
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:49 +01:00
MDW
b1b6ce6dc0
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:48 +01:00
MDW
06868badf8
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:47 +01:00
MDW
43ba3df82e
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:46 +01:00
MDW
d8c7aad698
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:45 +01:00
MDW
ce626d72ed
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:44 +01:00
MDW
7eb27d1891
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:43 +01:00
MDW
2f5a227f8c
Fix PhanPluginMixedKeyNoKey by using explicit keys
2024-03-12 21:35:42 +01:00
MDW
4bc9f52957
Fix PhanPluginMixedKeyNoKey - real missing key/value mapping
2024-03-12 21:35:42 +01:00
Laurent Destailleur
8c42ca11ef
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-12 21:24:34 +01:00
Laurent Destailleur
0968183f6a
Merge pull request #28794 from mdeweerd/fix/PhanPluginDuplicateIfCondition
...
Fix: fix/PhanPluginDuplicateIfCondition
2024-03-12 21:24:06 +01:00
Laurent Destailleur
9807ed32e8
Update functions.lib.php
2024-03-12 21:09:23 +01:00
Laurent Destailleur
bf954e9cd7
Fix for compatibility
2024-03-12 21:04:20 +01:00
Laurent Destailleur
03798025b9
FIX #28787
2024-03-12 20:44:02 +01:00
Laurent Destailleur
a467b0f9f6
Fix trans
2024-03-12 20:31:01 +01:00
Laurent Destailleur
6fd62a3591
Fix duplicate
2024-03-12 20:22:23 +01:00
Laurent Destailleur
e1bcf01619
Merge pull request #28791 from lamrani002/setupMoreConfigIa
...
New buttons for edit and delete pre_post prompt for each function
2024-03-12 20:17:45 +01:00
Laurent Destailleur
45f662b678
Merge pull request #28793 from frederic34/mod_barcode_story
...
fix mod barcode product
2024-03-12 20:16:44 +01:00
MDW
21e0bb4a76
Fix duplicate if condition (remove 2nd case with less effect
2024-03-12 20:00:58 +01:00
MDW
8f7fb3fac9
Qual: No more exception for PhanPluginDuplicateIfCondition
2024-03-12 19:16:44 +01:00
MDW
7e52b2f632
Fix duplicate if condition with same effect
2024-03-12 19:13:40 +01:00
MDW
6a64b3a50f
Fix duplicate if condition with same effect
2024-03-12 19:10:50 +01:00
MDW
1f31d29a77
Fix duplicate if condition with same effect
2024-03-12 19:09:53 +01:00
MDW
8bd965fb80
Fix duplicate if condition
...
# Fix duplicate if condition
Removed the duplicate which had a different action but it was not effective in the code
so it was removed (it looks like a leftover).
2024-03-12 19:09:06 +01:00
MDW
29b8d0db84
Fix: Duplicate test on "shipping", replaced duplicate with delivery_note
...
# Fix: Duplicate test on "shipping", replaced duplicate with delivery_note
The second test on "shipping" was without effect but as the module was set to
"expedition_bon", I modified the test to delivery_note and put it closer to
the test on "shipping"
2024-03-12 19:05:15 +01:00
Frédéric France
37b22d5b90
fix mod barcode product
2024-03-12 18:51:20 +01:00
Frédéric France
fc732b1be5
fix mod barcode product
2024-03-12 18:49:29 +01:00
Lamrani Abdel
40434773c7
New buttons for edit and delete pre_post prompt for each function
2024-03-12 18:22:59 +01:00
Laurent Destailleur
0e209ea702
Merge pull request #28782 from lamrani002/fixgetFiscalPeriods
...
Fix method getFiscalPeriods doc and cast two column
2024-03-12 17:59:22 +01:00
Laurent Destailleur
ba51b9f72e
Merge pull request #28789 from fappels/develop_expedition_warning
...
Fix php warning
2024-03-12 17:56:03 +01:00
Francis Appels
499bdea72b
Fix php warning
2024-03-12 17:21:32 +01:00
Laurent Destailleur
16edaf9208
Merge pull request #28783 from lamrani002/cMailFileSendmail
...
fix method sendfile return type
2024-03-12 16:19:36 +01:00
Laurent Destailleur
cf28211a78
Update CMailFile.class.php
2024-03-12 16:18:44 +01:00
lamrani abdelwadoud
61518d9b76
Merge branch 'develop' into fixgetFiscalPeriods
2024-03-12 15:51:34 +01:00
Lamrani Abdel
8bf54dee9e
fix method sendfile return type
2024-03-12 15:13:54 +01:00
Lamrani Abdel
f54c929321
Fix method doc and cast two column
2024-03-12 14:58:20 +01:00
Laurent Destailleur
a6926c29c0
Merge pull request #28778 from fappels/develop_fix_delivery_note
...
Fix shipping is not a delivery_note (is sub module of shipping)
2024-03-12 14:53:51 +01:00
Laurent Destailleur
74b8162d22
Merge pull request #28700 from mdeweerd/urlencode/fixuptype
...
Fix: Ensure the argument type for urlencode is string
2024-03-12 14:43:41 +01:00
Laurent Destailleur
9e16016125
Merge pull request #28770 from mdeweerd/typing/fields
...
Fix: Repeat fields typing in CommonClass children
2024-03-12 14:30:36 +01:00
Laurent Destailleur
ee3fa7f643
Merge pull request #28776 from mdeweerd/fix/phpdoc1
...
Fix: PHPdoc and minor code changes from phpstan logs
2024-03-12 14:27:52 +01:00
Laurent Destailleur
367f47428f
Merge pull request #28734 from mdeweerd/fix/PhanTypeMismatchDimAssignment
...
Qual: Fix and enable PhanTypeMismatchDimAssignment
2024-03-12 14:20:34 +01:00
Laurent Destailleur
d62ef14064
Merge pull request #28768 from mdeweerd/fix/PhanTypeMismatchDeclaredParamNullable
...
Fix: PhanTypeMismatchDeclaredParamNullable & enable detection
2024-03-12 14:19:41 +01:00
Laurent Destailleur
41eda8bcee
Merge pull request #28769 from lamrani002/updateErrors
...
NEW redirect link in the config module in the event of an error client
2024-03-12 14:18:59 +01:00
Laurent Destailleur
d6f3a74cd5
Merge branch 'develop' into updateErrors
2024-03-12 14:18:30 +01:00
Laurent Destailleur
f4b6dd927d
Merge pull request #28771 from mdeweerd/typeing/module_parts
...
Qual: Typing : make all $module_parts fields optional and add missing
2024-03-12 14:15:56 +01:00
Laurent Destailleur
364892008d
Merge pull request #28772 from lamrani002/chageCurlInAiModule
...
New update in generate_content in module Ai
2024-03-12 14:15:32 +01:00