Laurent Destailleur (aka Eldy)
a8d3973a8d
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-30 12:58:03 +01:00
Laurent Destailleur (aka Eldy)
c115a76d4e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-30 12:41:34 +01:00
Irvine Fleith
7848d77830
fix(contrat,facture-rec): undefined properties
2025-01-30 09:58:29 +01:00
Irvine Fleith
f3dc94d334
fix(services-list): added missing hook printFieldListSearchParam
2025-01-29 10:14:46 +01:00
Irvine Fleith
bdcd7b5ef3
fix(services-list): added missing hook printFieldListWhere
2025-01-28 14:47:10 +01:00
Laurent Destailleur (aka Eldy)
1f360ca498
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-20 10:24:30 +01:00
atm-florian
ba4e97f07b
FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
...
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
Irvine Fleith
a34eaa07ed
fix(services-list): search thirdparty by name
2025-01-14 16:19:52 +01:00
Laurent Destailleur
9dc1c6f8f4
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-09-26 03:38:49 +02:00
MaximilienR-easya
6de574bf5c
Fix a problem when we have an extrafield on the line ( #31104 )
2024-09-25 22:18:26 +02:00
Laurent Destailleur
67566efb57
Fix bad param
2024-07-25 18:29:44 +02:00
Laurent Destailleur
f4611fcec9
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-07-25 18:06:37 +02:00
Lucas Marcouiller
b5947c37ae
Fix #30447 Mysql error sorting contract services ( #30460 )
...
* Fix #30447 Mysql error sorting contract services
* Update services_list.php
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-07-25 14:32:42 +02:00
HENRY Florian
bc69a62af0
fix: on edit line contrat, if failed at the end, stay on edit mode ( #30259 )
2024-07-24 20:16:21 +02:00
Laurent Destailleur
c9de307fa5
Fix missing loading trans file
2024-07-13 19:28:19 +02:00
Laurent Destailleur
f64e4b4981
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-06-29 20:53:10 +02:00
HENRY Florian
9c6a1eac94
fix: bad errors variable for error return ( #30145 )
...
* fix: bad errors variable for error return
* fix: bad errors variable for error return
* Update contrat.class.php
fix review
2024-06-24 23:47:34 +02:00
MaximilienR-easya
382f279783
Fix incorrect translation code and missing one ( #29804 )
...
* Fix of an incorrect translation code and added a missing one
* added missing translation in en_US
2024-05-31 16:27:46 +02:00
Laurent Destailleur
f599ae779a
FIX some tooltips has disappeared on invoice action button
2024-02-19 15:00:52 +01:00
Laurent Destailleur
eccc60056f
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-02-03 01:53:10 +01:00
Laurent Destailleur
5dbecd73a0
FIX #27970 #26283 #27970
2024-02-03 01:48:01 +01:00
Fabian Heinz
b78632a20e
api fixes
...
According to [RFC2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.2 ), APIs should return 2xx status codes if the request was correct.
The response should be status 200 with an empty result array.
2023-12-31 14:11:05 +01:00
Laurent Destailleur
3ef872bb3d
Merge pull request #27175 from cfoellmann/19/PR/hooks-contact
...
QUAL fix hooks on contact.php files - fixes contexts
2023-12-27 16:05:00 +01:00
Hystepik
d08f91e4cb
Fix some phpstan warnings
2023-12-21 13:43:19 +01:00
Christian Foellmann
045c623536
QUAL fix hooks on contact.php files - fixes contexts
2023-12-19 14:39:29 +01:00
Laurent Destailleur
7f5df80efd
Debug v19
2023-12-19 11:51:48 +01:00
Laurent Destailleur
d92c65ad91
FIX infinite loop in API call/trigger by adding a caller
2023-12-15 12:15:33 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
ee2543b516
Clean code
2023-12-11 09:13:51 +01:00
Laurent Destailleur
f23c7f6b90
Merge pull request #26949 from hansemschnokeloch/fix-26871
...
Fix #26871
2023-12-08 02:08:34 +01:00
Laurent Destailleur
432a847ad9
Merge pull request #27004 from frederic34/fix-20231206
...
avoid phpstan error with phpdoc
2023-12-06 18:27:48 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
David
829adfcf5d
FIX: discount rate was rounded to 2 digits
...
price2num() was called with 2 params instead of 3, the second one being '2', the rate was rounded to 2 digits.
2023-12-05 11:19:13 +01:00
Laurent Destailleur
ba10d60a0b
Fix with php-cs-fixer
2023-12-04 12:02:35 +01:00
pascal
fa47d02cd5
fix 26871
2023-12-03 21:00:19 +01:00
Laurent Destailleur
3ecfc1b55f
Fix css
2023-12-02 20:27:09 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Charlène Benke
29f5027c9f
php V8 warning ( #26900 )
2023-11-30 17:44:14 +01:00
Charlène Benke
f97debdd50
php V8 Warning ( #26903 )
2023-11-30 17:42:26 +01:00
Laurent Destailleur
c23e726ce0
Debug v19
2023-11-28 10:42:48 +01:00
Laurent Destailleur
bc1574c418
Debug v19
2023-11-28 10:37:07 +01:00
Laurent Destailleur
7785ae93a1
Fix php8.2 warnings
2023-11-27 11:41:05 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
1ac9bcab59
Debug v19
2023-11-24 16:30:31 +01:00
Frédéric FRANCE
89c2ddc45b
remove deprecated from initAsSpecimen ( #26840 )
2023-11-24 09:30:31 +01:00
Laurent Destailleur
cb3a86a737
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-11-23 18:56:10 +01:00
William Mead
74faf3547e
Fixed total service quantity. Added contributor details. ( #26761 )
...
Co-authored-by: William Mead <william.mead@manchenumerique.fr >
2023-11-20 20:16:08 +01:00
moreauftheobald
0b128f7ad2
Fix Contrat "Access to an undefined property" ( #26657 )
...
* Add entity management on contact list on thirdparty card
* Correction On contract class files "Access to an undefined property"
2023-11-17 10:55:09 +01:00
sonikf
10e56262ea
FIX #9598 ( #26600 )
...
* NEW: Add support for supplier recurring invoice
* NEW: Add support for supplier contract recurring invoice
* Add tests
* We must not force supplier to become customer
* FIX PHPCS
* fix wrong test
2023-11-16 23:29:00 +01:00