John BOTELLA
9477b68e0d
add color ref
2024-12-05 14:15:29 +01:00
John BOTELLA
6b18455ec2
Fix setup color
2024-12-05 14:03:09 +01:00
Laurent Destailleur (aka Eldy)
5c321cc678
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-12-02 01:52:08 +01:00
Laurent Destailleur (aka Eldy)
9227add8f4
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-02 01:41:40 +01:00
Laurent Destailleur (aka Eldy)
c547362ae9
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-12-02 01:41:04 +01:00
Laurent Destailleur (aka Eldy)
9ec4575c43
Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0
2024-12-02 01:38:41 +01:00
Günter Lukas
4962dd1a81
Fix #29353 ( #32151 )
...
Hidden extrafields are NULL on update. Can only happen with extrafields in positions of commercial elements (facture, propal, commande, etc)
2024-12-02 00:48:13 +01:00
Mathieu Moulin
6337a987d8
Fix handling of boolean extrafields in list filters ( #32109 )
...
* Fix show payment URL in massaction context when not one email per recipient
* Debug v20 - fix param for filter on boolean
* FIX : Fix case when the value of a extrafields of the type 'boolean', 'select' or other have an option with a value equal to '0'.
It's not reselected when the filter is set.
* Revert "Fix show payment URL in massaction context when not one email per recipient"
This reverts commit 0986d487f1 .
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: kkhelifa <kkhelifa@open-dsi.fr>
2024-12-01 23:28:49 +01:00
Joachim Kueter
18775c06ea
FIX #31890 store empty line extrafields ( #32152 )
...
* FIX #31890 store empty line extrafields
If a line extrafield had originally some contents, after deleting it and submitting it as empty, the extrafield was not stored but the original contents kept
* corrected whitespace
2024-11-30 13:06:36 +01:00
Laurent Destailleur (aka Eldy)
546a68eafb
Fix the amount in linke is not correctly formatted.
2024-11-29 15:11:36 +01:00
HENRY Florian
96d60b92f4
fix: when create separate extarfields, if already exists always return false error ( #32103 )
2024-11-27 22:39:52 +01:00
Frédéric FRANCE
e35b534ee2
fix ajax tooltip lib_foot.js.php ( #32044 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-22 13:22:05 +01:00
Laurent Destailleur
3085b48dc9
FIX Debug v21
2024-11-21 22:16:20 +01:00
Laurent Destailleur
9a5aea09da
FIX Debug option not working replaced by the one that works.
2024-11-21 12:33:23 +01:00
Laurent Destailleur
ac6c57e90e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-11-19 12:59:14 +01:00
Laurent Destailleur
9c4bb84460
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-11-19 12:57:19 +01:00
Laurent Destailleur
5a58b8e721
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2024-11-19 12:56:37 +01:00
Laurent Destailleur
b068fdc9b3
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2024-11-19 12:56:19 +01:00
Laurent Destailleur
b8533e1853
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2024-11-19 12:49:19 +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
Laurent Destailleur
e9e1175134
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-11-19 04:04:10 +01:00
Laurent Destailleur
93b11038d5
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-19 03:44:50 +01:00
Laurent Destailleur
99774022a5
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-11-19 03:36:44 +01:00
Laurent Destailleur
c5ebc9b7bd
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-11-19 03:33:15 +01:00
Sébastien NASSIET
02eb16a703
FIX#31159 - TVA Account by country is not used ( #31984 )
...
* FIX#31159
* FIX#31159
2024-11-18 15:49:52 +01:00
lvessiller-opendsi
580d789a00
FIX send mail to BCC when email formated as Fullname <email> ( #31983 )
2024-11-18 14:56:09 +01:00
MDW
860e1b779f
Fix vCard output #31958 ( #31959 )
...
Fix #31958 - avoid messing up ENCODIGN & add CHARSET
Workaround by limiting the too generic replacement for social networks.
Add CHARSET for proper decoding.
2024-11-17 01:09:56 +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
Thomas C.
976399c2d9
fix ( #31683 )
2024-11-16 10:57:03 +01:00
Mathieu Moulin
348981a419
Fix show payment URL in massaction context when not one email per recipient ( #31927 )
2024-11-16 00:06:15 +01:00
Mathieu Moulin
adf59f2599
Fix mod_facture_fournisseur_tulip::getExample & get_next_value if no object in parameter ( #31878 )
2024-11-16 00:00:05 +01:00
alex10843
5d9d282f1b
FIX: Takepos: set the country of the default customer ( #31915 )
...
* FIX: Takepos: set the country of the default customer
* Update modTakePos.class.php
---------
Co-authored-by: Alex - Solauv <vous@exemple.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-15 23:56:14 +01:00
William Mead
038f8d5dff
Backported default ticket severity fix ( #31908 )
2024-11-15 23:44:08 +01:00
William Mead
bab49d66c5
Backported default ticket type fix ( #31912 )
2024-11-15 23:36:54 +01:00
Francis Appels
230eee4ead
FIX issue #28222 Edit date extrafield diplayed on all on lines ( #31914 )
...
* FIX issue #28222 Edit date extrafield diplayed on all on lines
* wrong id
2024-11-15 23:31:12 +01:00
moreauftheobald
4b9a5db62f
Tracking conf->module->enabled 1 ( #31895 )
...
* Fix Php 8 warning on commande dispach
* Tracking $conf->module->enabled
---------
Co-authored-by: Theobald <f.moreau@theobald-groupe.com>
2024-11-15 23:02:49 +01:00
Alarig Le Lay
206570dac5
Add new check for ldap sync ( #31925 )
...
Closes: https://github.com/Dolibarr/dolibarr/issues/30819
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2024-11-15 22:33:24 +01:00
Rémi Champlon
f408803ae0
list contact check by module ( #31845 )
...
Co-authored-by: Rémi Champlon <r.champlon@vold.lu>
2024-11-15 16:02:11 +01:00
Marc de Lima Lucio
ce9a1b3661
FIX: swiftmailer: correctly set errors-to header ( #31826 )
2024-11-15 14:10:35 +01:00
HENRY Florian
b8f481b579
fix: php 8 warning on create object from table module builder ( #31817 )
...
* fix: php 8 wrning on create object form table module builder
* remove unwanted linebreak
* fix: remove warning on filed type checklbst show output list
2024-11-14 23:30:11 +01:00
Laurent Destailleur
a64f4327c7
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-11-13 16:40:21 +01:00
Ferran Marcet
e30692cb55
Fix: Closed invoices are not considered as issued ( #31789 )
...
* Fix: Grand total correction
* Fix: Does not filter correctly by project contacts
* Fix: Closed invoices are not considered as issued
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-13 16:17:08 +01:00
Laurent Destailleur
ad2e2fe63d
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-13 12:41:15 +01:00
Eric - CAP-REL
67c2a48fc9
Add missing extrafields on strato pdf model ( #31790 )
...
* undef var
* add main extrafields on object
* remove dev debug sorry !
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-13 12:39:10 +01:00
Laurent Destailleur
4d29fd4beb
More complete fix for #31746
2024-11-10 18:23:17 +01:00
Frédéric FRANCE
940324f76d
fix dol_time_plus_duree with unit egal mn instead i ( #31746 )
...
* fix dol_time_plus_duree with unit egal mn instead i
* Update date.lib.php
2024-11-10 18:15:57 +01:00
Laurent Destailleur
bb6c4b2ccb
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-11-06 20:16:41 +01:00
uvaldenaire-opendsi
bbf83c7053
fix dol_getdate() when timestamp is an empty string ( #31714 )
2024-11-06 19:17:33 +01:00
Laurent Destailleur
43fb9dbb52
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-06 16:39:29 +01:00
Laurent Destailleur
a9b6e6916c
FIX column position on PDF of payments
2024-11-06 16:38:32 +01:00