VESSILLER
db47ce3bb1
FIX delete supplier order line when linked to customer order line
2025-01-20 11:33:24 +01:00
Laurent Destailleur
5354b54ec0
Merge pull request #32663 from Easya-Solutions/14_FIX_socpeopleassigned_update_event
...
Backport Fix bad management when inserting contacts of actioncomm
2025-01-15 14:40:07 +01:00
Laurent Destailleur
628189f57f
Backport of #00e65eb
...
Fix bad management when inserting contacts of actioncomm
2025-01-15 11:00:05 +01:00
uvaldenaire-opendsi
748dcd0881
FIX selectcontact is loading all contacts if socid is empty and MAIN_ACTIONCOM_CAN_ADD_ANY_CONTACT is not set
2025-01-15 10:12:16 +01:00
uvaldenaire-opendsi
0912b3b04f
fix selectcontacts param
2025-01-09 15:09:38 +01:00
uvaldenaire-opendsi
74881ae251
fix join societe_commerciaux in societe list
2025-01-07 13:51:34 +01:00
alkaan
115323dec8
FIX : removes traces of <<<HEAD conflicts following the postponement of branch 13 modifications ( #32014 )
...
Co-authored-by: John Fleuret <john.fleuret@atgp.net >
2024-11-20 20:57:22 +01:00
Laurent Destailleur
753e5e535d
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2024-11-19 12:47:14 +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
thomas-Ngr
93f23fe452
ODF : fix : escape specials chars in IF ELSE ENDIF $key ( #31796 )
...
* ODF : fix : escape specials chars in IF ELSE ENDIF $key
* fix missing brackets
* add delimiter to preg_quote
---------
Co-authored-by: Brice Werry <bwerry@open-dsi.fr >
2024-11-13 16:18:08 +01:00
lvessiller-opendsi
8a55e2f6a4
FIX old copy not needed in supplier order create method ( #31733 )
2024-11-08 17:51:44 +01:00
lvessiller-opendsi
e0a3756c6e
FIX update status on create supplier order for trigger ( #31642 )
2024-10-30 23:35:39 +01:00
Laurent Destailleur
910f7e8564
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2024-10-29 15:46:12 +01:00
Laurent Destailleur
7cf1a97673
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2024-10-29 15:44:55 +01:00
Laurent Destailleur
cf57e7e88b
Merge
2024-10-29 15:44:25 +01:00
Laurent Destailleur
a186e16568
Backport fix for mysql 8 export
2024-10-29 15:32:54 +01:00
thomas-Ngr
70a453a5c2
FIX: substitutions THIRDPARTY_XXX are not available for actioncomm reminders ( #31385 )
2024-10-14 11:57:55 +02:00
thomas-Ngr
336d3ad8e5
finish fix ( #31203 )
2024-10-03 21:03:13 +02:00
thomas-Ngr
e71631abe0
fix : missing update for extrafields on holidays ( #31256 )
2024-10-03 19:33:33 +02:00
Laurent Destailleur
624493fb26
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2024-09-29 22:30:07 +02:00
Laurent Destailleur
6eddee9a78
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2024-09-29 22:29:19 +02:00
Laurent Destailleur
a27538f582
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2024-09-29 22:27:42 +02:00
Florian Mortgat
385927fe06
FIX: box_actions.php still uses fk_user_done which no longer exists ( #31190 )
...
Co-authored-by: FlorianMortgat <5845502+FlorianMortgat@users.noreply.github.com >
2024-09-29 22:18:18 +02:00
Laurent Destailleur
32646cb7f4
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
2024-09-29 19:25:49 +02:00
Florian Mortgat
74b67eb6c6
FIX - use price() to display qty on a product's stats tab to avoid showing too many decimals when rounding errors are possible ( #31165 )
2024-09-29 15:57:05 +02:00
Laurent Destailleur
eef0d0bddb
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2024-09-26 18:48:45 +02:00
Laurent Destailleur
c1889afd7b
Merge remote-tracking branch 'origin/12.0' into 13.0
2024-09-26 18:47:39 +02:00
Laurent Destailleur
644f365455
Merge remote-tracking branch 'origin/11.0' into 12.0
2024-09-26 18:47:12 +02:00
Laurent Destailleur
667890247c
Merge remote-tracking branch 'origin/10.0' into 11.0
2024-09-26 18:46:30 +02:00
Florian Mortgat
c727bbb530
FIX: when qty is not an integer, apply price() ( #31138 )
...
* FIX: when qty is not an integer, apply price() to avoid displaying precision errors if php.ini's precision settings are too high
* Apply eldy's suggestion to use price's parameters rather than a test
2024-09-26 18:41:41 +02:00
thomas-Ngr
bb40a43c5f
FIX Add same security test whe nuploading files from API than from GUI ( #31114 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-26 03:13:34 +02:00
thomas-Ngr
9f5ef68123
fix replenish with multicurrency ( #30832 )
...
* fix replenish
* Use multicurrency supplier price instead of recomputing from EUR supplier price
2024-09-05 16:01:31 +02:00
MaximilienR-easya
30f1d4f18b
Backport fix from develop ( #30421 )
2024-07-20 18:24:01 +02:00
MaximilienR-easya
eca8735e22
Fix les lien de téléchargement de facture fournisseur sur la page vue d'ensemble des projets ( #30349 )
2024-07-13 18:13:32 +02:00
lvessiller-opendsi
c5bb1856c2
FIX modification date from label in accounting bookkeeping list ( #30038 )
2024-06-15 15:02:19 +02:00
Maxime Kohlhaas
040e9083da
Fix : expense report reapproval email, wrong date format + missing parameter ( #29874 )
2024-06-07 23:56:14 +02:00
Laurent Destailleur
72a2a96063
Fix travis
2024-06-07 23:46:21 +02:00
Rémi Champlon
a3e7151633
fix restrictedArea on selectobject ( #29882 )
2024-06-07 16:20:25 +02:00
IC-Mathieu
f3460eae48
FIX REPLENISH MANY FOURN WHEN ORDER ALREADY CREATE ( #29710 )
2024-05-21 20:01:36 +02:00
Alban Durrheimer
a174922733
Fix translation of permissions only en_US after 6c521073ea ( #29525 )
2024-04-29 19:29:55 +02:00
Laurent Destailleur
50e9b4c9da
Revert "Fix translation of permissions after 6c521073ea9215fb7baddca5e48345b2…" ( #29506 )
...
This reverts commit 35aa10a28f .
2024-04-27 04:28:03 +02:00
Alban Durrheimer
35aa10a28f
Fix translation of permissions after 6c521073ea ( #29477 )
2024-04-27 04:22:18 +02:00
thomas-Ngr
5129454883
Backport : Fix VAT computation. Fix #28620 ( #29493 )
2024-04-27 03:45:13 +02:00
Laurent Destailleur
3723ae025f
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2024-04-24 21:01:44 +02:00
Laurent Destailleur
2d971f3a05
Fix regression
2024-04-24 21:00:38 +02:00
Eric
c8ef530d52
note_private and note_public was forgotten too ( #29440 )
...
* note_private and note_public was forgotten
* sql error missing comma
* sql error missing comma for rang=
2024-04-24 15:11:27 +02:00
Laurent Destailleur
2768d80b9b
FIX Regression #29340
2024-04-14 03:15:49 +02:00
Laurent Destailleur
459ff72732
FIX Regression #29340
2024-04-14 02:56:17 +02:00
Eric
2a93168d48
object tasks: priority is fetch but not updated and others... ( #29340 )
...
* priority is fetch but not updated and others...
* insert too
2024-04-14 00:52:01 +02:00