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
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
Joachim Kueter
63f6d0aa43
Fix: Number of decimals for stock values ignores configuration ( #31285 )
...
* Fix: Number of decimals for stock values ignores configuration
In the select filed for adding a new line for a proposal/invoice/... product as a line, the stock level is always printed with exactly two decimals.
The number of decimals should be controlled by the existing global variable MAIN_MAX_DECIMALS_STOCK, but it is not taken into account:
Building the stock level with the function price from the function price2num, which uses the configured number of decimals always lead to exactly two decimals.
* Fixed patch according to suggestion.
2024-10-06 13:53:16 +02:00
Laurent Destailleur
e1a2435d96
css
2024-10-03 15:16:48 +02:00
Laurent Destailleur
52616db1b7
Fix mutitenant MS oauth refresh
2024-10-03 01:06:44 +02:00
Laurent Destailleur
50d2613124
Fix use of OAUTH for SMTP use with Microsoft
2024-10-02 21:25:21 +02:00
Laurent Destailleur
9eed19578a
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-29 22:42:49 +02:00
Laurent Destailleur
399a752c78
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-09-29 22:42:13 +02:00
Laurent Destailleur
97eacefa6b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-09-29 22:41:54 +02:00
Laurent Destailleur
f5fbbcfcb8
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-09-29 22:40:45 +02:00
Florian Mortgat
231fc6ce70
FIX: if you call fetchLines several times, your $object->lines contains duplicates ( #31167 )
2024-09-29 15:27:24 +02:00
Laurent Destailleur
f3c4686805
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-26 19:22:30 +02:00
Nicolas Domenech
63c775c614
Fix: PHP 8 warning on showOptionals on extrafields type int ( #31139 )
2024-09-26 16:08:59 +02:00
Laurent Destailleur
a61fba7e53
FIX Protection to avoid an extrafield to be mandatory if computed
2024-09-26 13:28:15 +02:00
Laurent Destailleur
d77eca294f
FIX Protection to avoid an extrafield to be mandatory if computed
2024-09-26 13:26:54 +02:00
Laurent Destailleur
ae2ceccc5b
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-26 03:44:09 +02: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
lvessiller-opendsi
e4a93da82e
FIX mysql error during dump for enable sandbox M999999 ( #31116 )
2024-09-25 22:54:31 +02:00
Regis Houssin
28df02f039
FIX avoid odt errors ( #31126 )
2024-09-25 22:52:25 +02:00
Frédéric FRANCE
4b4d629b71
fix phan for branch 20.0 ( #31105 )
...
* fix phan
* Update card.php
* Update card.php
* Update main.lang
* Update card.php
* Update card.php
2024-09-25 22:17:40 +02:00
Laurent Destailleur
e0e0b669a9
FIX edit contract of intervention broken by CSRF protection
2024-09-25 19:37:32 +02:00
Laurent Destailleur
7b5c4b2e99
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-23 21:57:16 +02:00