Regis Houssin
e070a3eda4
FIX broken feature, check if module is enabled
2024-12-19 12:22:10 +01:00
Laurent Destailleur (aka Eldy)
774a48fa29
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-12-08 16:53:21 +01:00
Laurent Destailleur (aka Eldy)
7beb874f93
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-08 16:47:36 +01:00
Laurent Destailleur
084d99f670
Merge pull request #32216 from Easya-Solutions/18.0_fix_ticket_list
...
Ticket : don't autofill search field for ticket type on multiselect
2024-12-05 16:12:22 +01:00
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
evarisk-kilyan
170d43439f
[Dolgraph] fix: php8 warning
2024-12-04 09:51:07 +01:00
tnegre
f5c715c6a7
Ticket : don't autofill search field for ticket type on multiselect
2024-12-03 15:05:39 +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
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
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
HENRY Florian
96d60b92f4
fix: when create separate extarfields, if already exists always return false error ( #32103 )
2024-11-27 22:39:52 +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
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
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
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
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
b7821bde26
FIX the autofix corrupted vat value must be triggered only if we are
...
sure data is corrupted.
FIX the autofix must also fix the multicurrency value.
2024-11-06 16:17:51 +01:00
Jarod1980
f1581e9eed
Update commonobject.class.php ( #31667 )
...
change sourcetype and targettype to use $this->getElementType() instead of $this->element
2024-11-04 12:33:48 +01:00
Laurent Destailleur
1987ea2eb7
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-10-29 15:47:51 +01:00
Laurent Destailleur
6a4ee18380
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2024-10-29 15:47:17 +01:00
Laurent Destailleur
b3a2908b48
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2024-10-29 15:46:43 +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
iLLixM
9746e84d9e
FIX #31538 Addition to EPC-QR values to correct remittance information ( #31557 )
2024-10-25 17:14:48 +02:00
Laurent Destailleur
58cbfa8c87
FIX Edit a link
2024-10-24 17:59:35 +02:00
Florian Mortgat
abefce7ae2
FIX 17.0: supplier invoice template card: buyer and seller swapped in VAT-related function calls (probably a copy-paste from customer invoice templates) ( #31446 )
2024-10-19 01:55:58 +02:00
Laurent Destailleur
59fd0dbae7
NEW Can choose the zip handler to build ODT
2024-10-17 12:59:24 +02:00
Frédéric FRANCE
0c678878b7
fix typo of hidden parameter in commonobject.class.php ( #31417 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-17 01:24:15 +02:00
Laurent Destailleur
82f65a6410
NEW Can choose the zip handler to build ODT
2024-10-17 00:31:53 +02:00
Regis Houssin
7b81cccc55
FIX uniformize and check delete contact action ( #31384 )
...
* FIX uniformize and check delete contact action
* FIX syntax error
* FIX missing private contact checking
* FIX missing show errors
* FIX missing "oldcopy" for trigger
* FIX missing private contact filter in selectcontact
2024-10-14 16:45:46 +02:00
Laurent Destailleur
185d7f4358
Fix output
2024-10-13 13:18:16 +02:00
Laurent Destailleur
081d3fabfc
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-07 15:20:16 +02:00