thibdrev
a69fd2bc09
Fix PR #26501 ( #26515 )
2023-11-09 14:52:09 +01:00
sonikf
e8b45a1ea9
Fix #26050 #26225 and fiscal year report (backport v 18) ( #26474 )
2023-11-08 17:27:52 +01:00
thibdrev
1eb0e66736
fix Rename is not translated because its translation isn't declared ( #26447 )
...
`htdocs/compta/bank/releve.php` calls for `$langs->trans("Rename") at line 374 , but this translation doesn't exists: `grep -Rl "Rename=" ./htdocs/langs/`
Also, this translation seems to be called only by `releve.php` (`grep -Rl '$langs->trans("Rename")'`)
2023-11-03 16:31:33 +01:00
Laurent Destailleur
127de7e7d8
FIX On object validation, ecm index are not updated for uploaded files
2023-11-01 16:17:54 +01:00
atm-jonathan
f36e8b935c
Fix list agenda ( #26394 )
...
* int $nbtotalrecord list agenda
* nbtotal of record should be number not a string
* ternaire isnumeric $nbtotalofrecords
2023-11-01 15:58:45 +01:00
Laurent Destailleur
0ec22fb228
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-20 13:32:13 +02:00
Laurent Destailleur
492bdd4a0e
Merge
2023-10-20 13:14:10 +02:00
Laurent Destailleur
ff03e34103
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-10-20 03:59:46 +02:00
Laurent Destailleur
f542b1de38
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-10-20 03:33:46 +02:00
Ferran Marcet
2f5df0f631
Fix: Not loading supplier name ( #26278 )
...
* Fix: Not loading thirdparty on supplier payment
* Fix: Not loading supplier name
* Fix: Not loading supplier name
---------
Co-authored-by: Juanjo Menent <jmenent@2byte.es >
2023-10-20 02:16:27 +02:00
William Mead
cee2fc6c5f
FIX template invoice list extrafield filters (backport v17) ( #26227 )
...
* FIX extrafield list filter
* Added contributor details
---------
Co-authored-by: William Mead <william.mead@manchenumerique.fr >
2023-10-16 15:50:56 +02:00
Alexandre SPANGARO
95a15ae6f9
FIX #26195 - Various payment - List of project excluded those assigned to third parties ( #26222 )
2023-10-16 13:13:32 +02:00
Laurent Destailleur
9144293f0b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-16 06:02:17 +02:00
Laurent Destailleur
0360d61f9c
Code comment for develop
2023-10-16 05:51:47 +02:00
Laurent Destailleur
abe3f00b11
Fix regression. Restore old behaviour even if some case are not tested.
2023-10-16 05:15:39 +02:00
Noé Cendrier
a92458ebbc
FIX check tva_tx before comparing price_min_ttc ( #25220 )
...
* FIX check tva_tx before comparing price_min_ttc
* better price_ttc comparison for propal, commande, facture lines
* price_ht must be transformed into number before using it for calculating
2023-10-16 04:07:10 +02:00
Laurent Destailleur
94796d6154
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-12 15:00:15 +02:00
Laurent Destailleur
48e35b5f86
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-12 13:18:32 +02:00
am97
b9136ee59c
FIX: modification of complementary attributes in invoices ( #26180 )
...
Fixes the following error:
PHP Fatal error: Uncaught Exception: Serialization of PgSql\Connection is not allowed in /var/www/html/core/lib/functions.lib.php:1168
Stack trace:
#0 /var/www/html/core/lib/functions.lib.php(1168): serialize()
#1 /var/www/html/compta/facture/card.php(2798): dol_clone()
#2 {main}
2023-10-11 19:02:11 +02:00
Laurent Destailleur
5308e3e183
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-11 04:35:44 +02:00
Laurent Destailleur
465fe0ffd4
Close #24481
2023-10-11 04:29:52 +02:00
Laurent Destailleur
25d3ead0a0
FIX Error not returned on sales with takepos and batch module enabled
2023-10-10 11:51:52 +02:00
Laurent Destailleur
9bd3bb0594
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/compta/bank/various_payment/card.php
htdocs/compta/bank/various_payment/list.php
htdocs/core/lib/security.lib.php
htdocs/core/lib/signature.lib.php
2023-10-04 12:43:03 +02:00
Laurent Destailleur
4298150413
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/lib/signature.lib.php
2023-10-04 10:22:33 +02:00
Laurent Destailleur
12a9a1ce4d
FIX Bad value of accounting account shown in list. Edit fails.
2023-10-02 14:51:15 +02:00
Laurent Destailleur
9016ed0c28
Fix warning
2023-10-02 14:39:49 +02:00
Laurent Destailleur
d5443010f2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-01 16:04:16 +02:00
Laurent Destailleur
5e76fea64d
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-01 15:53:36 +02:00
Laurent Destailleur
5560aab98e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-10-01 15:50:25 +02:00
Quentin VIAL-GOUTEYRON
ad188c9804
FIX missing fk_account situation invoice
2023-09-29 14:38:30 +02:00
Laurent Destailleur
9cad027601
Fix look and feel v18
2023-09-22 13:50:52 +02:00
VESSILLER
796678edc1
FIX customer code search filter on invoice list
2023-09-18 11:19:45 +02:00
Laurent Destailleur
bf3c0e9d4a
FIX Avoid duplicate popup when popup setup to work as ajax
2023-09-12 10:52:15 +02:00
Laurent Destailleur
458a455296
Fix kanban view
2023-09-11 10:34:25 +02:00
Laurent Destailleur
97e305cfe2
Merge pull request #25862 from aspangaro/18p4
...
FIX Social Contrib - List - Fatal error on kanban view PHP8.x & Missing colspan
2023-09-11 09:41:41 +02:00
Alexandre SPANGARO
cb18579860
FIX Social Contrib - List - Colspan missing in kanban view
2023-09-11 06:29:16 +02:00
Alexandre SPANGARO
477d92343f
FIX Social Contrib - List - Fatal error on kanban view PHP8.x
2023-09-11 06:15:03 +02:00
Alexandre SPANGARO
c319b80b7b
FIX Various payment - List - Fatal error on php8.1
2023-09-11 05:22:02 +02:00
Regis Houssin
b6e84b1c74
FIX use urlencode for origin and originid
2023-09-06 10:02:12 +02:00
Regis Houssin
927cc91da4
FIX avoid wrong backtopage url
2023-09-06 06:44:10 +02:00
Regis Houssin
9b4f2f920a
FIX avoid php8 warning
2023-09-06 06:27:12 +02:00
Frédéric FRANCE
a91ffef9d0
do not display revenustamp in tooltip if zero
2023-09-04 11:47:19 +02:00
Laurent Destailleur
0be3145912
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-09-01 00:39:08 +02:00
Laurent Destailleur
d2a9fe70c6
Fix phpcs
2023-09-01 00:36:53 +02:00
Marc de Lima Lucio
37276cae5f
FIX: payment card: misleading message when delete button disabled
2023-08-29 17:27:50 +02:00
Laurent Destailleur
19f85c65a2
FIX Navigation between bank receipts
2023-08-27 15:32:36 +02:00
Laurent Destailleur
0e056bc007
FIX technical error on conciliation of lines
2023-08-27 14:28:18 +02:00
Laurent Destailleur
24de42c710
Fix sql error
2023-08-27 14:17:24 +02:00
Laurent Destailleur
a47bc218b4
FIX Bank receipt was empty
2023-08-26 15:35:49 +02:00
Laurent Destailleur
076c811690
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-08-24 00:12:52 +02:00