Laurent Destailleur
6635b334ac
Debug v20
2024-06-01 18:09:19 +02:00
Laurent Destailleur
5302feed9b
Debug v20
2024-06-01 17:55:33 +02:00
Laurent Destailleur
96b7e8f0ac
Fix terminal name
2024-06-01 17:01:15 +02:00
Laurent Destailleur
eef405a6fb
Fix for v20. Report must not show all, so we split in 2 the report.
2024-06-01 16:54:47 +02:00
dono
ba2ac30107
Fix remise all lines all doc ( #29770 )
...
* concatenation of the VAT CODE with the VAT using the $object->updateline function
* added a condition to concatenate the VAT CODE with the VAT using the command ->update
* added a condition to concatenate the VAT CODE with the VAT using the command ->update
* added a condition to concatenate the VAT CODE with the VAT using the command ->update
2024-06-01 01:25:44 +02:00
Frédéric FRANCE
bae0c17811
clean code ( #29800 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* Update adherent.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-31 15:09:41 +02:00
Laurent Destailleur
82908a30eb
Clean phan warnings
2024-05-30 13:37:17 +02:00
Laurent Destailleur
326e611851
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-29 14:46:55 +02:00
Laurent Destailleur
5c95230169
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-29 00:41:25 +02:00
Lucas Marcouiller
727a5023a7
fix #29740 : fix bad usage of string array ( #29763 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-05-28 23:55:40 +02:00
Laurent Destailleur
d723abc487
Debug v20
2024-05-28 23:52:33 +02:00
Laurent Destailleur
f70c54d58f
Debug v20
2024-05-28 21:13:41 +02:00
Laurent Destailleur
8359fbf4fe
Debug v20
2024-05-25 13:23:25 +02:00
Sylvain Legrand
ace675d6bd
NEW Add option to change all service dates at once ( #29348 )
...
* New option to change all service dates at once
* Update objectline_title.tpl.php
* Update objectline_title.tpl.php
* Update objectline_title.tpl.php
2024-05-25 13:12:35 +02:00
Laurent Destailleur
715786bbfd
Debug v20
2024-05-24 14:49:33 +02:00
Laurent Destailleur
66f4562300
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-23 14:50:17 +02:00
Laurent Destailleur
a854e58905
FIX Missing $param in hook call for list
2024-05-23 14:41:56 +02:00
Laurent Destailleur
59ae417912
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-23 12:52:28 +02:00
Laurent Destailleur
74f3b31b3e
Cean code
2024-05-22 02:05:22 +02:00
atm-lucas
0fe6380480
NEW - Can add documents on a payment ( #29660 )
...
* missing attached files on payment of a customer invoice
* ending and fix preview
* fatal
* FIX commit
* travis and pre-commit failed
* Fix test failed
* Fix all test failed
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-21 20:19:57 +02:00
Laurent Destailleur
481fec5291
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-05-21 20:12:45 +02:00
sonikf
03ce503bd2
fix translation for non latin languages ( #29717 )
...
* fix translation for non latin languages
* fix translation for non latin languages
2024-05-21 14:49:20 +02:00
Laurent Destailleur
6bc0fd784e
Debug v20
2024-05-20 18:16:55 +02:00
Laurent Destailleur
92f6539744
Use dolPrintHTML()
2024-05-15 18:21:50 +02:00
Laurent Destailleur
bc77ac9ce6
Debug v20
2024-05-13 23:49:35 +02:00
Laurent Destailleur
16336a66ad
Rename french module name into english
2024-05-13 10:45:20 +02:00
Laurent Destailleur
8265bdedcb
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-10 12:03:33 +02:00
Laurent Destailleur
ef92c2441f
css
2024-05-10 11:14:54 +02:00
PsyCrow
3b4212a0ae
# FIX PHP Warning: Undefined variable $mode in /compta/paiement/list.php on line 605 ( #29626 )
...
# FIX: PHP Warning: Undefined variable $mode in /compta/paiement/list.php on line 605
2024-05-07 02:39:44 +02:00
Laurent Destailleur
cc6cc18fe8
Fix #yogosha22317 A user with read only permission can modify a debit or
...
credit transfer.
2024-05-06 20:51:09 +02:00
Laurent Destailleur
157ca199c1
Fix regression when using DOLDeprecatedHandler. You fetch an object with
...
status = null in database, the we set ->status=0 and ->statut=0, then we
call update(), calling the updateCommon(). Inside the updateCommon that
is into commObject.class.php, the ->status is 0 but ->statut is null
making the update saving null instead of 0.
2024-05-06 20:35:26 +02:00
Frédéric FRANCE
d0830b3159
fix phpstan ( #29602 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix travis
* fix phpstan
* fix phpstan
* fix phan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
fix phpstan
fix phpstan
fix phpstan
fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix travis
* fix phpstan
* fix phpstan
* fix phpstan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-05 00:34:19 +02:00
hansemschnokeloch
e5bbd30195
Fix #29338 ( #29586 )
...
Fix #29338
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-03 19:23:17 +02:00
Laurent Destailleur
0b9bd5408b
Debug v20: Encapsulate the feature using leaflet/geophp into a constant
...
MAIN_USE_GEOPHP. Fix webportal module.
2024-05-03 02:39:35 +02:00
Laurent Destailleur
1d2371af34
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-05-02 13:30:08 +02:00
Frédéric FRANCE
ee77b50040
fix pictos width ( #29574 )
2024-05-02 13:02:34 +02:00
Frédéric FRANCE
c8d6ece3c0
fix free sql ( #29579 )
...
* fix free sql
* Update orders_list.php
2024-05-02 13:02:08 +02:00
Laurent Destailleur
4b3606ac4c
Look and feel v20
2024-05-02 12:41:33 +02:00
Laurent Destailleur
8177fd2200
Fix missing total
2024-05-02 12:05:30 +02:00
Laurent Destailleur
b3fd3b6940
Fix use user photo
2024-05-01 18:47:56 +02:00
Laurent Destailleur
3db55abdb9
Fix warning
2024-05-01 17:58:38 +02:00
Frédéric FRANCE
1b84a61963
fix navigation using paging ( #29547 )
2024-05-01 17:14:35 +02:00
Jonathan Botquin
f9f522df91
Fix width img_picto bank ( #29551 )
2024-05-01 16:35:27 +02:00
Laurent Destailleur
ee3578afa1
NEW Add column data payment on VAT list
2024-05-01 05:19:03 +02:00
Laurent Destailleur
afc178f246
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-04-30 13:21:04 +02:00
Laurent Destailleur
9b0e884ee0
FIX Support of lot serial not working on TakePOS
2024-04-30 12:54:51 +02:00
Laurent Destailleur
e3daa23949
Look and feel v20
2024-04-30 09:45:28 +02:00
Laurent Destailleur
8ff36d2dca
Debug v20
2024-04-30 02:47:03 +02:00
Laurent Destailleur
5c66d59557
Doc
2024-04-30 01:14:18 +02:00
lamrani abdelwadoud
662162ce85
FIX display massaction for bank entries list ( #29533 )
...
* FIX display massaction for bank entries list
* remove lignes
2024-04-30 01:10:22 +02:00