Laurent Destailleur
5308e3e183
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-11 04:35:44 +02:00
Laurent Destailleur
465fe0ffd4
Close #24481
2023-10-11 04:29:52 +02:00
Laurent Destailleur
3a4cfbc224
Fix warning
2023-10-11 04:25:31 +02:00
Laurent Destailleur
20e3339de3
Clean code
2023-10-11 03:45:53 +02:00
Benjamin Falière
b220e1acbd
NEW Assign contact to a ticket message ( #24735 )
...
* NEW Assign contact to a ticket message
* FIX conflict
---------
Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-11 03:36:15 +02:00
Laurent Destailleur
005bab38c3
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-10-11 03:24:47 +02:00
Laurent Destailleur
b3971c54a4
Close #25984 Can have a combo of category with both picto and full path
2023-10-11 03:22:52 +02:00
Laurent Destailleur
43b60b87c3
Debug v19
2023-10-11 03:02:47 +02:00
Laurent Destailleur
616f0e41d4
Clean code
2023-10-11 02:54:19 +02:00
Randall Mora
7613e59eb2
Update card.php ( #24972 )
...
Add events doActions,printFieldListTitle,printFieldListValue to the hookmanager
2023-10-11 02:39:12 +02:00
Anthony Berton
cbe981b3be
FIX - Sub-total on last line to list det order ( #26178 )
...
* FIX - Sub-total on last line to list det order
* Clean
---------
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-11 01:55:20 +02:00
Laurent Destailleur
a7ac0a248f
Debug v19
2023-10-11 00:39:38 +02:00
Laurent Destailleur
3e0e64ac41
Clean code
2023-10-11 00:21:25 +02:00
Laurent Destailleur
d4d6c3c03e
Fix regex
2023-10-10 23:54:41 +02:00
Laurent Destailleur
bfc8a76567
Clean code
2023-10-10 23:52:46 +02:00
Laurent Destailleur
f94e316e61
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-10 23:47:02 +02:00
Laurent Destailleur
3a0eed1a9b
Code comment
2023-10-10 23:44:10 +02:00
Laurent Destailleur
ea2aabb1e4
Fix warning
2023-10-10 23:36:14 +02:00
Anthony Berton
2f84780221
FIX ( #26179 )
...
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 23:31:56 +02:00
Laurent Destailleur
946239dbf3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-10 23:04:47 +02:00
Laurent Destailleur
d3dd3dacfe
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-10 22:52:04 +02:00
Laurent Destailleur
4cb3ecb11e
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-10 22:47:20 +02:00
Laurent Destailleur
aee6dd55a4
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-10-10 22:40:00 +02:00
Laurent Destailleur
94e8580cbb
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-10-10 22:39:52 +02:00
Laurent Destailleur
6f31fd89f3
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-10 22:38:23 +02:00
Laurent Destailleur
152b0178c5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-10-10 22:38:20 +02:00
Laurent Destailleur
ed2d924821
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-10 22:38:09 +02:00
Laurent Destailleur
a9b3732584
Clean code. Setup Show left column was lost on saving page.
2023-10-10 22:36:54 +02:00
Laurent Destailleur
30a0d4df26
FIX PHP warning
2023-10-10 22:35:35 +02:00
Laurent Destailleur
94b56cc0ca
Code comment
2023-10-10 22:25:52 +02:00
Laurent Destailleur
8ace854225
Debug v19
2023-10-10 22:10:37 +02:00
Laurent Destailleur
98ca102e1c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-10-10 21:48:07 +02:00
Laurent Destailleur
874d60c230
css
2023-10-10 21:29:38 +02:00
Florent Poinsaut
74702d207a
NEW Add a button to create a product or a service from an order or an invoice ( #26173 )
...
* add product and service from invoice object line
* Typo
* compatibility with other modules than billing
make "add production and service from invoice" compatible with modules other than billing
* using $object->id instead of param
making it usable with all modules and freshly created objects
---------
Co-authored-by: aetiom <8208943+aetiom@users.noreply.github.com >
2023-10-10 21:29:19 +02:00
am97
8e8528368a
fix: result checks for PHP 8.1 ( #26175 )
2023-10-10 21:17:25 +02:00
Anthony Berton
8d3f4f9bd3
FIX - getDolGlobalInt('MAIN_CHECKBOX_LEFT_COLUMN') for list det order ( #26176 )
...
* FIX - getDolGlobalInt('MAIN_CHECKBOX_LEFT_COLUMN') for list det order
* FIX $totalarray['nbfield']
---------
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 21:16:21 +02:00
Lucas Marcouiller
694dc8d171
New Add js scanner expedition repartition ( #26126 )
...
* add scanner js component
* new line creation
* add security + remove unused code
* add of object to test
---------
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
2023-10-10 19:34:54 +02:00
dev2a
f60d45de95
NEW: Add refactoring user permission ( #26162 )
...
* Feat: Add refactoring user permission
* Fix: Correction hasRight on isset
* Fix: PHPCS
2023-10-10 19:13:14 +02:00
Anthony Berton
79b02494cf
FIX - getDolGlobalInt for left colum ( #26169 )
...
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 18:39:14 +02:00
Lucas Marcouiller
97c4898f9c
Fix createCommon line creation loop ( #26171 )
...
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
2023-10-10 18:38:50 +02:00
Regis Houssin
5476725066
FIX missing load group members for ldap synchro ( #26167 )
...
* FIX missing load group members for ldap synchro
* FIX missing load group members during fetch group
2023-10-10 18:37:50 +02:00
Laurent Destailleur
feb5d6aa99
Fix Better protection if decryption fails
2023-10-10 14:55:23 +02:00
Laurent Destailleur
f7e4353b10
Doc
2023-10-10 14:49:11 +02:00
Laurent Destailleur
46bd07c8b0
Fix show warning to avoid bad setup
2023-10-10 12:55:36 +02:00
Laurent Destailleur
cf19844ea3
Fix only enabled users.
2023-10-10 12:30:09 +02:00
Laurent Destailleur
e642697f60
Fix label of trigger user enabled or disabled
2023-10-10 12:22:22 +02:00
Laurent Destailleur
849bcf9bca
Fix title New Employee
2023-10-10 12:10:49 +02:00
Laurent Destailleur
25d3ead0a0
FIX Error not returned on sales with takepos and batch module enabled
2023-10-10 11:51:52 +02:00
Laurent Destailleur
cd3147381a
Fix javascript error
2023-10-10 11:16:28 +02:00
Laurent Destailleur
8505223b73
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-10 10:17:16 +02:00