Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility of shipping the same serial number twice in the same delivery. The quantity on the serial number is -2 #29674

Open
2 tasks
lmag opened this issue May 14, 2024 · 0 comments · May be fixed by #29878
Open
2 tasks
Assignees
Labels
Bug This is a bug (something does not work as expected)

Comments

@lmag
Copy link
Member

lmag commented May 14, 2024

Bug

  • We must check and block the shipment of the same serial number twice.
  • We must not offer by default shipping of the same serial number

Dolibarr Version

Dolibarr 18.0.5

Environment PHP

7.44

Environment Database

MariaDB

Steps to reproduce the behavior and expected behavior

Possibility of shipping the same serial number twice in the same delivery. The quantity on the serial number is -2
Step 1 : Do Order with the same product on 2 lines
image
Step 2 : Do delevery with the same serial number
image
Step 3 : Bad stock
image
Step 4 : In stock we send to time a product with a serial number
image

Attached files

No response

@lmag lmag added the Bug This is a bug (something does not work as expected) label May 14, 2024
@lmag lmag assigned FHenry and lmag May 14, 2024
FHenry added a commit to FHenry/dolibarr that referenced this issue May 24, 2024
FHenry added a commit to FHenry/dolibarr that referenced this issue May 24, 2024
@eldy eldy closed this as completed in 5a2bcc4 Jun 3, 2024
@FHenry FHenry reopened this Jun 7, 2024
msoula pushed a commit to msoula/dolibarr that referenced this issue Sep 30, 2024
commit 76c1f625f6273b1b4b73f0c2090d6e3b0644be31
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Aug 15 20:42:12 2024 +0200

    Prepare 19.0.3

commit d84d3b7beab069dfe5a5243ceaf83bf42bb75f0d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Aug 15 20:40:37 2024 +0200

    Prepare version 19.0.3

commit 74016ecc6cd269043300638c75315dd4a0cb30d2
Merge: 166f04bddf5 6d6b26bf832
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Aug 15 15:17:28 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 166f04bddf51d870395bf92e558ec63a391d93c2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Aug 15 15:17:14 2024 +0200

    Typo

commit 6d6b26bf8328a7565feb1434ad5ce17bee0c6b66
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Aug 13 12:01:52 2024 +0200

    fix display date update of supplier price (#30619)

commit 7023061cd8eb161009c7cd57a878f5c4e72af837
Merge: 2f080b63ee5 892d9cc8658
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Mon Aug 12 21:42:42 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 892d9cc8658e0868fef6b75c5aebc63689143399
Merge: 0295c438857 163e6239649
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Mon Aug 12 21:35:51 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 2f080b63ee591635030076ede57590da68efe4fd
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Sun Aug 11 12:10:43 2024 +0200

    FIX var name error and remove useless code (#30601)

commit f3fa4eee6b5e302fb40ad032debf8e079eb80c03
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Sat Aug 10 23:46:10 2024 +0200

    fix: edit extrafield tpl card adherent is not correct (#30573)

commit 03be473a3d8f018f5547405f93c20631dc1d8cf5
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Sat Aug 10 23:17:55 2024 +0200

    FIX #30576 - Salary payment - Date of the payment is not displayed (#30592)

commit 0295c43885772b3072b21d708164abf32f1b4328
Author: MaximilienR-easya <122890855+MaximilienR-easya@users.noreply.github.com>
Date:   Sat Aug 10 23:16:25 2024 +0200

    Fix error due to mismatch type for duration value (#30593)

    * Fix error due to missmatch type for duration value. It should be an INT as it is everywhere in the code compared to int value and passed as an int to function

    * Fix precommit

commit c57659edbf8972c5c11e509209cf7b4ce018c69b
Author: sonikf <93765174+sonikf@users.noreply.github.com>
Date:   Sun Aug 11 00:08:45 2024 +0300

    Backport #30074 for v.19+ (#30597)

commit b235fa4f5ba03c9e4b8621cd157a629ca312fdd8
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Sat Aug 10 23:07:51 2024 +0200

    FIX compatibility with MULTICOMPANY_TRANSVERSE_MODE (#30599)

commit 163e6239649dc6e03d6409f5971ac0f3017448c6
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Wed Aug 7 03:08:04 2024 +0200

    FIX: on change ref for bank account attachement are lost (#30529)

    * FIX: on change ref for bank account attachement are lost

    * FIX: on change ref for bank account attachement are lost

    * FIX: on change ref for bank account attachement are lost

    * Update card.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit a11a477b90979dce58c12f28ccd122341a944e3f
Merge: 8e7ab422e3f 7cde5adec81
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Wed Aug 7 01:29:44 2024 +0200

    Merge remote-tracking branch 'origin/18.0' into 19.0

commit 7cde5adec814085405b8772f513492b8585479fb
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Wed Aug 7 00:53:16 2024 +0200

    FIX fatal error on loading pictures in attached documents of an event (#30553)

commit 650fa5ef1d90c8bddf8ed3e77570bfb60c0f38e0
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Wed Aug 7 00:09:27 2024 +0200

    fix: add missing fetch_optionals() call on OrderLine fetch method (#30560)

commit 8e7ab422e3ff8aaccd2beae482f34f2f42b821f0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Aug 3 18:50:24 2024 +0200

    Fix info

commit faac9602f8aa2698cd31dc047bce722c58f851f5
Merge: d8a9ae39618 27435508a3d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Aug 1 13:31:51 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 27435508a3de500fc35c0c26d56ea51dc937b539
Merge: dc58a90a486 a5cba3235ed
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Aug 1 13:30:05 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit a5cba3235edac6af6055eed19ab71a39732df15c
Merge: 385d98b3e09 2c92e57fe7b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Aug 1 13:29:38 2024 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit 2c92e57fe7b81a814f67ad8064dce67f37f8118a
Author: atm-adrien <67913809+atm-adrien@users.noreply.github.com>
Date:   Thu Aug 1 12:52:53 2024 +0200

    FIX : Display the real_PMP on inventory when its value is equal to 0 (#22291)

    * FIX : Display the real_PMP on inventory when its value is equal to 0

    * FIX : PR Returns

    * FIX : PR returns

commit d8a9ae39618d1018f1d73fedd19aa49fbea33f69
Author: Sébastien NASSIET <109105553+comaiteseb@users.noreply.github.com>
Date:   Wed Jul 31 15:43:53 2024 +0200

    Update card.php Bad translation Key for demand_reason (#30486)

    The Right translation for Demand Reason is Source as it was defined line 2615

commit 7d996cf59f4c8a0a214c96e06f10cc165827e97a
Author: Sébastien NASSIET <109105553+comaiteseb@users.noreply.github.com>
Date:   Wed Jul 31 15:41:59 2024 +0200

    Update list.php Bad translation Key for demand_reason (#30487)

    The Right translation for Demand Reason is Origin and not Channel. (see in propale where the translation works fine)

commit dc58a90a486e92818cd37a5f7c1ae0c440ef85d9
Author: Francis Appels <francis.appels@yahoo.com>
Date:   Wed Jul 31 15:35:15 2024 +0200

    Fix modulebuilder MAIN_ODT_AS_PDF (#30496)

commit ff65e0fed41ed78f042a7e0fdb446006da61c639
Merge: b4b3f8a7ede ad74c915b94
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Jul 28 16:39:11 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit b4b3f8a7edee3480d504e007cce78d7e846c18a4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Jul 28 16:37:54 2024 +0200

    Close #30480

commit ad74c915b94ead4e9b93c31c9052f23bcd7af381
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Sun Jul 28 16:35:18 2024 +0200

    FIX missing $object and $action for hook parameters (#30484)

    * FIX missing $object and $action for hook parameters

    * FIX same missing and wrong object name

    * FIX again the same missing

    * FIX uniformize hook parameters

commit f097217c38f4019eb8d86418f8a978d5a28caa7e
Merge: 290f164b4f1 4ffb024369e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jul 27 15:41:49 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 290f164b4f165413b48e0acdabf0ba59318133a2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jul 27 15:26:56 2024 +0200

    Sanitize output

commit 4ffb024369ea2a3b904c86b6d7dde35c9d895a28
Author: sonikf <93765174+sonikf@users.noreply.github.com>
Date:   Fri Jul 26 13:12:06 2024 +0300

     fix #30456 add Not Validated warning when in draft, remove pointless info (#30475)

    * fix #30456 add Not Validated warning when in draft, remove pointless info

    * fix Dolibarr#30456 add Not Validated warning when in draft, remove pointless info

    * remove whitspace

commit 67566efb57a9b1e3c90b5d525417d6be87b9bfa9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:29:44 2024 +0200

    Fix bad param

commit f4611fcec94dbd6c498174622a8fcd6dd0a6fcd8
Merge: b5947c37ae5 966ac2cdbcf
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:06:37 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 966ac2cdbcf44589f0a4087061aca6b1c749f293
Merge: 207a290edd3 385d98b3e09
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:04:42 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 385d98b3e091ae7061bb50e0221e3462d5ce9604
Merge: 09822203979 c1b8197b8b5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:04:17 2024 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit c1b8197b8b59473ddd0c271b6534b04702653c3c
Merge: 193faf68139 d5004258db6
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:02:04 2024 +0200

    Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit d5004258db6a3012d73fe75d7324886d5397dcb5
Merge: 609b842e657 30f1d4f18b0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:00:55 2024 +0200

    Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0

commit 207a290edd3da0093ebe0bb4e4e859e9473c97ca
Merge: 54e087f8e56 7c9e6b1fb91
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:00:34 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 54e087f8e5643af93050402469c16a58c1bcedf3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 25 18:00:18 2024 +0200

    FIX #30467

commit 7c9e6b1fb91450466b4cd1032811601e0d8da629
Author: Thibault Fiacre <57494317+atm-thibaultf@users.noreply.github.com>
Date:   Thu Jul 25 17:56:13 2024 +0200

    FIX lang output for sales representative on PDF (#30469)

commit b5947c37ae57fe4a426f2d9868f92501d478842b
Author: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com>
Date:   Thu Jul 25 14:32:42 2024 +0200

    Fix #30447 Mysql error sorting contract services (#30460)

    * Fix #30447 Mysql error sorting contract services

    * Update services_list.php

    ---------

    Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 517e5e732cf9294a8a03897d65b76cd094d95fdb
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Thu Jul 25 14:29:12 2024 +0200

    fix: load translation for extrafields in PDF (#30461)

commit df932f7fea35c4da66bfd3113a8ade1f05a483f8
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Wed Jul 24 20:32:32 2024 +0200

    FIX to avoid error during upgrade with pgsql (#30443)

commit bc69a62af0ee91effa99416c9a87fb6c3ae18456
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Wed Jul 24 20:16:21 2024 +0200

    fix: on edit line contrat, if failed at the end, stay on edit mode (#30259)

commit 1495c9d3ceafd62ac9750df00dbe8c0915922183
Author: atm-lucas <121817516+atm-lucasmantegari@users.noreply.github.com>
Date:   Wed Jul 24 18:13:22 2024 +0200

    Add element on childTables (#30445)

commit 09822203979872acf9a866b773164867d2ecd243
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Wed Jul 24 18:12:53 2024 +0200

    FIX: Supplier Order search on date valid (#30448)

    * FIX: Supplier Order search on date valid

    * FIX: Supplier Order search on date valid

commit ed5dfc2a21fec55f7b7ac73d9a9338c91b266d6c
Author: atm-lucas <121817516+atm-lucasmantegari@users.noreply.github.com>
Date:   Wed Jul 24 17:33:02 2024 +0200

    SqlErrorInDict (#30455)

commit ad80e86f10228af4aafb9c531143545ba54a6dc0
Author: Sébastien NASSIET <109105553+comaiteseb@users.noreply.github.com>
Date:   Wed Jul 24 17:31:34 2024 +0200

    Bad variables used in updateExtrafield for replacement categorie in categories (#30457)

commit 89b558a1b1696f4b66d90a5fa79ebf2644150b89
Author: Sylvain Legrand <sylvain.legrand@infras.fr>
Date:   Tue Jul 23 19:36:09 2024 +0200

    Fixes loss of rich text wrapping for translated category descriptions (#30433)

    If multi-language is enabled, saving translations of category descriptions loses the rich text wrapping (wysiwyg)

commit 30f1d4f18b05e84df76a0e8c23e6022555d1da61
Author: MaximilienR-easya <122890855+MaximilienR-easya@users.noreply.github.com>
Date:   Sat Jul 20 18:24:01 2024 +0200

    Backport fix from develop (#30421)

commit 47aa13b91f939760603bd3976adc25eedc602cb7
Merge: 9d4951e85b8 22def4f35a0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 18 02:36:08 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 9d4951e85b8fde02dde414e5eb96813fc6622d4e
Merge: 88ee5ec89af 8857aebb706
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 18 02:35:53 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 8857aebb70689be921b798a42b536017f2fffb82
Merge: f14833f8561 f8da6187896
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 18 02:33:28 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit f14833f856196cf5c48edd0c74069df644fcae4c
Merge: f7936d43782 6c7bc18ae1c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 18 02:33:03 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 6c7bc18ae1c8f07c1417b2019fbad84573d7362c
Merge: 0a88dc95a57 193faf68139
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 18 02:32:25 2024 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit 193faf6813901542cbddfeaa950a52e65579d18f
Merge: 05cfd3dc529 609b842e657
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Jul 18 02:30:50 2024 +0200

    Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit f8da6187896cf6fd76530bb08e6bce026ef1ae92
Author: Pichi1966 <57623859+josett225@users.noreply.github.com>
Date:   Wed Jul 17 20:07:40 2024 +0200

    FIX : issue to get the right files exported in Quadratrus export.php (#30004)

    * FIX : issue to get the right files exported in Quadratrus export.php

    The export of files does not work correctly when using Accounting option export Quadratus with file export.
    The files are not attached to the zip until we uncommment the 3 lines of this PR.

    * Update export.php

commit 4479b1e66286885eb38021f674e7b10814231dff
Author: Florian Charlaix <fcharlaix@open-dsi.fr>
Date:   Wed Jul 17 19:43:18 2024 +0200

    FIX Conflict with autoload (#30399)

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 50646e70a0a1600317e8384f5c0a1da1658cde8d
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Wed Jul 17 19:42:12 2024 +0200

    FIX Accountancy - Generate entries of expense report with localtax (#30411)

    * FIX User List - Function is show in wrong column when module HRM enabled

    * FIX Accountancy - Generate entries of expense report with localtax. $cpttva don't exist

commit 22def4f35a067847066c6f33524cd74f56ba26b1
Author: Sami Filali <139965072+samifilali@users.noreply.github.com>
Date:   Tue Jul 16 22:35:09 2024 +0200

    Fix #30298 - billing contact in supplier proposal (#30404)

    * add external contact with billing code in supplier_proposal pdf

    * update with pr returns

    * Update pdf_other.php

    * fix inversing condition

    * Update pdf_other.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 8d6d17c18dcde67a6a9b8c8fddd1afb58a3aa04f
Author: Sylvain Legrand <sylvain.legrand@infras.fr>
Date:   Tue Jul 16 12:39:06 2024 +0200

    fix missing value on fetch (#30390)

    info_bits value is missing when fetching rows

commit 75d40e6b7281c8caf5490c4f4b70f2c9afe6f6b7
Author: MaximilienR-easya <122890855+MaximilienR-easya@users.noreply.github.com>
Date:   Mon Jul 15 21:07:09 2024 +0200

    Fix d'une erreur qui survient quand on ne selection aucun entrepot lors d'une recherche avec l'option alerte stock. on fini avec deux conditions d'entrepot qui se contredisent et qui font comme si tous les produits n'avaient aucun stocks (#30382)

commit 609b842e657b9804cb3e09513edae7ce787804c8
Merge: ca39809658f eca8735e221
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jul 15 00:46:20 2024 +0200

    Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0

commit f7936d43782c35c4d5da30e6a7cefae9232cd4ed
Merge: 9487a4f9185 09fdb887bbd
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jul 15 00:46:03 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 9487a4f91850078be88e85fa87cc44578cd23327
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jul 15 00:43:30 2024 +0200

    FIX transfer in accountancy for expense reports.

commit c9de307fa570555b66c6965f73043ad12b731f81
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Jul 13 19:28:19 2024 +0200

    Fix missing loading trans file

commit eca8735e2216e8378cf1cbea5991946c409de0a1
Author: MaximilienR-easya <122890855+MaximilienR-easya@users.noreply.github.com>
Date:   Sat Jul 13 18:13:32 2024 +0200

    Fix les lien de téléchargement de facture fournisseur sur la page vue d'ensemble des projets (#30349)

commit 88ee5ec89af4db70fdf177a0959692d53272304d
Merge: f05c1b4aec4 09fdb887bbd
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Jul 13 17:41:37 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 09fdb887bbdc3759b52682ccfa8158c4ab493679
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Sat Jul 13 17:18:05 2024 +0200

    FIX expedition PDF models using units labels (#30358)

commit f05c1b4aec4c9acd871a1b993684aadbc4418dad
Author: atm-lucas <121817516+atm-lucasmantegari@users.noreply.github.com>
Date:   Thu Jul 11 19:36:50 2024 +0200

    FIX - Unknown Character on HTML (#30257)

    * Unknown Character

    * Add replace on dol_htmlwithnojs

commit 2335ea3067ba3ea8996731639369b26d9e000fb9
Author: iouston <4319513+iouston@users.noreply.github.com>
Date:   Thu Jul 11 10:26:46 2024 +0200

    FIX public project form return an error if SOCIETE_EMAIL_UNIQUE (#29942)

    * FIX Bug - public project form return an error if SOCIETE_EMAIL_UNIQUE

    if SOCIETE_EMAIL_UNIQUE is 1, this form returns an error because the third party already exists.

    * after comment from eldy

commit 05cfd3dc529989771b0274dc784e4cf4872f4481
Author: ksar <35605507+ksar-ksar@users.noreply.github.com>
Date:   Wed Jul 10 23:36:53 2024 +0200

    FIX #30274 : Add the include before executing dolibarr_set_const (#30320)

commit 32aaab75b57e3d976e93452b1c532e4e29d0a1ff
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Wed Jul 10 18:53:57 2024 +0200

    fix: hidden option MAIN_KEEP_REF_CUSTOMER_ON_CLONING always win on pr… (#30340)

    * fix: hidden option MAIN_KEEP_REF_CUSTOMER_ON_CLONING always win on propal clone even if it's for enother customer

    * Update propal.class.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 4e9367e4634f469faec3cc321b835634accb97be
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jul 6 17:53:24 2024 +0200

    Fix error code

commit 11491bb067581a4c62765e8246edae200a7269e1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jul 6 17:44:20 2024 +0200

    Fix error code

commit 146c9e57326f5299451394bb5b847f6a3ae2ba13
Merge: ac136ec1aee 9ddc8dd93c2
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Jul 6 14:00:32 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 9ddc8dd93c28b82dcb6511785d8cfb1e48b37adf
Merge: 29dd8ade016 0a88dc95a57
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Jul 6 13:59:47 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 0a88dc95a579861685669c6bfd3f31ecbfc932e2
Merge: 75f853f2db6 86362599c15
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Jul 6 13:59:13 2024 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit 86362599c15c0cbeea91e0bfc73039feaab02560
Merge: 300fd7c1c46 ca39809658f
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Jul 6 13:55:04 2024 +0200

    Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit ca39809658f116d974b76436761e38060c68f731
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Jul 4 20:46:29 2024 +0200

    Fix #30256

commit ac136ec1aeee17edf8ab5f02e567fabdbb320600
Author: John BOTELLA <john.botella@atm-consulting.fr>
Date:   Thu Jul 4 08:56:39 2024 +0200

    Fix inconsistant link element (#30258)

commit 5660bf5b4f64d421873a5f05e76a50e90892de75
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Thu Jul 4 08:55:18 2024 +0200

    FIX wrong value for duration unit (#30261)

commit 4a6e6956bb63773559d43497bd6ff3e0594f3e6d
Merge: 25971c3e6fe 6259d02042a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Jul 2 13:41:50 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 25971c3e6fe8c8a7005c5886ff67c13259d6e5a7
Merge: b2626efd4d3 29dd8ade016
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Jul 2 13:41:32 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 29dd8ade0164640289b69ef46d4b7e310c9289d3
Merge: a7dcd9cccbe e79f18a6366
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Jul 2 13:41:06 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit a7dcd9cccbee0cc7c7e3fb3ec0bcdeb0325a52b3
Merge: d6da8fafc25 75f853f2db6
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Jul 2 13:40:57 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 6259d02042a8658ba6495c73db8a5aa9e53fc6d0
Merge: b2626efd4d3 e79f18a6366
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Jul 2 02:08:10 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit e79f18a6366e5f9447627b55370c67a5f5259e15
Author: Pichi1966 <57623859+josett225@users.noreply.github.com>
Date:   Tue Jul 2 02:06:54 2024 +0200

    FIX ASSET: annual depreciation starting year (Again ;-)) #26084 (#30040)

    * FIX ASSET: annual depreciation starting year (Again ;-)) #26084

    FIX Update asset.class.php
    This is an old issue that has been already fixed by
    https://github.com/Dolibarr/dolibarr/pull/26084

    I tested it several times and it works.

    * Update asset.class.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 96a5479e9eb78070e61e4b99a07693d0f1409bb4
Author: noec764 <58433943+noec764@users.noreply.github.com>
Date:   Tue Jul 2 01:56:45 2024 +0200

    FIX: Error mesg show untranslated extrafield name (#30227)

    Co-authored-by: Noé <noe@scopen.fr>

commit b2626efd4d3ab5194ed7a02599eb70714dfb3d80
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Mon Jul 1 12:52:05 2024 +0200

    fix phan (#30218)

commit 75f853f2db63edcc6e1cf21d84536f77f2b13eac
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jul 1 02:46:48 2024 +0200

    Fix date of invoice. We want the date of the user.

commit 7cee80162214b53025f32bb22f5ecee81b22a330
Author: Shanty <111346550+evarisk-micka@users.noreply.github.com>
Date:   Mon Jul 1 01:51:33 2024 +0200

    FIX #30010 : Use conf TICKET_MESSAGE_MAIL_INTRO instead of translation key (#30081)

    * Use conf TICKET_MESSAGE_MAIL_INTRO instead of translation key

    * Set TicketMessageMailIntroText as default value if conf empty

commit e025c543f7d9e46397005be5d20f29f89968deae
Author: Christian Humpel <78662388+Humml87@users.noreply.github.com>
Date:   Sun Jun 30 15:11:57 2024 +0200

    Fix: Api MRP ProduceAndConsume if MoLine option "disable_stock_change" is true (#30181)

    * Fix: Api MRP ProduceAndConsume if MoLine option "disable_stock_change" is true.

    * fix typo

commit 6031f8437bbb97b9f3547afdba4ce3c6f3781696
Author: Marc de Lima Lucio <68746600+marc-dll@users.noreply.github.com>
Date:   Sun Jun 30 12:36:59 2024 +0200

    FIX: pos: invoice date incorrectly set beacause of timezome mismatches (reverts #36e91da) (#30184)

commit c7aec87a6d098fd5dbbbb143693a1b2f6ae13b29
Merge: bde56878900 082e7d4d4b9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Jun 30 12:00:15 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit bde56878900523e12738a6b33c2c90ba6e399479
Merge: f64e4b4981f fdf5fe0f267
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Jun 30 11:59:25 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 082e7d4d4b9ea95f4f1d7a48c9408fcaf5e22d1f
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Sun Jun 30 11:29:03 2024 +0200

    fix syntax error in branch 19.0 (#30201)

    * fix syntax error in branch 19.0

    * Update stocktransfer.class.php

commit b2e288f8ec755d10fd9629b06900e015622116f2
Merge: fdf5fe0f267 d6da8fafc25
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sun Jun 30 03:53:16 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

    Conflicts:
    	htdocs/accountancy/bookkeeping/list.php
    	htdocs/core/menus/standard/eldy.lib.php

commit f64e4b4981f9864e74c1396a61473e3321e53ad7
Merge: 4f5f7ea2092 d6da8fafc25
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jun 29 20:53:10 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit d6da8fafc252a94c120fff7f5ca0bc22dfa78ca4
Merge: d4b49fac4aa 6cd3d7943d9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jun 29 20:49:12 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit d4b49fac4aafd7a5956b8e6a0b20154e91d34630
Merge: 5989ee9cf03 00b58c94c31
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jun 29 20:49:03 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 00b58c94c31636741e402dd0f875ba89638bebbf
Merge: b0e825c1230 300fd7c1c46
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jun 29 20:48:39 2024 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit 300fd7c1c46bf010439311eedcdc828a2dbf0f6d
Merge: 956d1b025a4 70799e392f8
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jun 29 20:45:08 2024 +0200

    Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit 70799e392f8ee02a1a34bc7f92e515e8c3187c45
Merge: a9cb586f30f c5bb1856c2f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jun 29 20:44:41 2024 +0200

    Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0

commit 6cd3d7943d95f9cbbd5cf2200654e7add2e2f7fd
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Sat Jun 29 19:31:08 2024 +0200

    FIX orders to bill menu (#30179)

    * FIX orders to bill menu

    * only fix url menu

    * FIX orders supplier to bill menu

commit 2e6af8782385775dbfc58e96a37f9a582d96ce8e
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Sat Jun 29 19:30:06 2024 +0200

    FIX User List - Function is show in wrong column when module HRM enabled (#30186)

commit 42d9b384d4400272f5a00648ee898c0d27de1c5a
Author: noec764 <58433943+noec764@users.noreply.github.com>
Date:   Sat Jun 29 19:29:14 2024 +0200

    FIX: Bad calculation of $nbtotalofrecord (#30183)

    Co-authored-by: Noé <noe@scopen.fr>

commit fdf5fe0f267fb40a8cda945d801bf48dea674cf6
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Sat Jun 29 19:28:30 2024 +0200

    FIX broken pdf preview when multicompany sharing (#30188)

    * FIX broken pdf preview when multicompany sharing

    * Update html.formmail.class.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 4f5f7ea20923859e5ce3dc5ce2086b0e4c4e2dc6
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Sat Jun 29 19:17:37 2024 +0200

    fix: add missing button to validate survey (#30189)

commit 3cff90a282cb75129e4a6eff1d8f08dc47f9e392
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sat Jun 29 16:14:21 2024 +0200

    Fix setup of email

commit e57e99fe19e9fe6bd2af89b87211a30d8283fd33
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Jun 25 15:12:03 2024 +0200

    fix warning with pgsql DoliDB.class.php (#30153)

commit 9c6a1eac945b1acadaa024384df66e039dbe4cf0
Author: HENRY Florian <florian.henry@scopen.fr>
Date:   Mon Jun 24 23:47:34 2024 +0200

    fix: bad errors variable for error return (#30145)

    * fix: bad errors variable for error return

    * fix: bad errors variable for error return

    * Update contrat.class.php

    fix review

commit 322bbd934b9fb9c1cfe4aa3336c4d45f12bed2da
Author: John BOTELLA <john.botella@atm-consulting.fr>
Date:   Mon Jun 24 22:53:43 2024 +0200

    fix : 19.0 fix inconsistent link validation (#30141)

    * Dirty fix for inconcistant link psedo langage

    * add todo

    * Update commonobject.class.php

    * Update commonobject.class.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit a8e4f221e936c579e5b914e20f0f16e202032ed5
Merge: bfc011122fd dafbefdc74b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jun 24 01:33:29 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit bfc011122fd429e57536bf5bb97cdf965d2a1cad
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jun 24 01:17:11 2024 +0200

    Fix romanian PDF

commit dafbefdc74bc31afe38529653a737a3a6cab74a0
Author: Christian Humpel <78662388+Humml87@users.noreply.github.com>
Date:   Sun Jun 23 18:00:44 2024 +0200

    NEW: Hook do actions or check input after changing a extrafield in commonobject.class.php (#30128)

    * Integration Textbausteine weiter...

    * fix typo.

commit ede95c97fbb7034441cf51f751469cf19156f7b3
Author: Vincent Maury <artec.vm@arnac.net>
Date:   Sat Jun 22 19:18:53 2024 +0200

    Cant link event to an object : here recruitment (#30100)

    The perm has changed in event card

commit 9c96ba5462baed6082f08f5ead0c02e11023eef7
Author: Ferran Marcet <fmarcet@2byte.es>
Date:   Sat Jun 22 19:14:20 2024 +0200

    Fix: The qty to be produced not added in virtual stock (#30096)

commit da4f526f779c0001a6991d687c5ce2b4c788ae06
Author: boudet jean pascal <68547382+atm-jpb@users.noreply.github.com>
Date:   Sat Jun 22 16:07:46 2024 +0200

    test status contact (#30098)

    * test status contact

    * Update notify.class.php

    Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>

    ---------

    Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>
    Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 64e3a37bd81eaca3cbb631744244733600b16b2b
Author: John BOTELLA <john.botella@atm-consulting.fr>
Date:   Wed Jun 19 19:26:32 2024 +0200

    BACKPORT hook to allow fix external modules compatibility created with module builder or other (#30086)

    * Backport hook to fix external modules compatibility

    * Backport hook to fix external modules compatibility

commit 325c331ccadf0a939e555f883935a06c70758f82
Author: EUSHOP.NET <48085223+eushopnet@users.noreply.github.com>
Date:   Tue Jun 18 18:35:50 2024 +0200

    19.0 takepos - add the ability to hide the search box if head is hidden (#30066)

    * add the ability to hide the search box if head is hidden

    * Update index.php

    ---------

    Co-authored-by: root <root@erp.sbg.fleischerverband.at>
    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit cbba014355f6395468670ea6d7f021697b581446
Author: Eric - CAP-REL <1468823+rycks@users.noreply.github.com>
Date:   Sat Jun 15 16:27:54 2024 +0200

    fk_product could be = -1 then line added is not linked to selected pr… (#30013)

    * fk_product could be = -1 then line added is not linked to selected product

    * more clear conditions

    * idprod could be set if prev dropdown menu was used

commit a7dc50f7c5c77cd67214a4121715ae3ebce83b4a
Author: Christian Humpel <78662388+Humml87@users.noreply.github.com>
Date:   Sat Jun 15 15:11:01 2024 +0200

    Fix #30022 (#30024)

commit a79cdca6587ee1e2d8951002190ca94984b81212
Author: Philippe Grand <philippe.grand@atoo-net.com>
Date:   Sat Jun 15 15:06:58 2024 +0200

    FIX : Warning: Undefined property: PropaleLigne::$situation_percent in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2442 (#30033)

    * fix : Warning: Undefined variable  in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/compta/bank/various_payment/list.php on line 370

    * backward

    * update

    * fix : Warning: Undefined property: PropaleLigne:: in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2442

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit c5bb1856c2f0806d7da4a9f7ea44a71e29a3b831
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Sat Jun 15 15:02:19 2024 +0200

    FIX modification date from label in accounting bookkeeping list (#30038)

commit ae7f9acbd250ce58e69857c30fca45392e34fad2
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Sat Jun 15 15:01:58 2024 +0200

    fix ajaxtooltip productlot (#30035)

commit 27d92266fbdd743cc84b47bc159adaaa1f0a64b7
Author: sonikf <93765174+sonikf@users.noreply.github.com>
Date:   Tue Jun 11 21:04:30 2024 +0300

    Add missing names and fix translation for non latin languages (#29984)

    * Add missing name

    * Add missing name

    * fix translation for non latin languages

    * fix translation for non latin languages

    * Update product_lot_extrafields.php

    * Add missing name

    * Add missing name

    * Add missing name

    * Add missing name

    * Add missing name

    * Add missing name

    * Add missing name

commit 1766311338e8b1ad0925b546b1959a8aaf3808bb
Author: atm-corentin <165782689+atm-corentin@users.noreply.github.com>
Date:   Tue Jun 11 20:03:10 2024 +0200

    FIX : move porpale ref pdf cornas (#29989)

    Co-authored-by: x <x@x.x>

commit 0fa6cd704268314eb950979df23c697166eb49b1
Author: boudet jean pascal <68547382+atm-jpb@users.noreply.github.com>
Date:   Mon Jun 10 14:30:36 2024 +0200

    fix extrafield input with the type int mus show 0 value if exist (#29967)

    * fix extrafield input with the type int mus show 0 value if exist

    * pre-commit

    * pre-commit

    ---------

    Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>

commit 2b37ce0023d4952bde7690b75b2efdb152191a1d
Merge: dea7edc22af 3c06fe163ea
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sun Jun 9 17:36:52 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit dea7edc22af850f557e02ebfb8238e88dfae4f70
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sun Jun 9 17:08:19 2024 +0200

    Fix button to save must be hidden if in readonly mode

commit 3c06fe163ea946b17aab904223aab9a5a6468a67
Author: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com>
Date:   Sun Jun 9 03:20:06 2024 +0200

    Fix #29843 warning division by zero (#29848)

    Co-authored-by: Hystepik <lmarcouiller@nltechno.com>

commit 1baec9ab27de81787d85df662e880a37b7b8838b
Author: sonikf <93765174+sonikf@users.noreply.github.com>
Date:   Sun Jun 9 04:19:11 2024 +0300

    Update tva for Greece  (#29849)

    * Update tva for Greece

    * Update tva for Greece

    * Update tva for Greece

    * Update tva for Greece

commit 956d1b025a4a4096e143ba226c7f943058d5b749
Author: Maxime Kohlhaas <maxime@atm-consulting.fr>
Date:   Sat Jun 8 23:35:01 2024 +0200

    Fix : product price by quantity was removing default price (#29899)

commit 554df11558164fb9105ccd947f051ccde84d0c48
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Sat Jun 8 12:02:55 2024 +0200

    FIX Missing expense report picto in list (#29917)

    * FIX Missing expense report picto in menu

    * FIX Missing expense report picto in list

commit b0e825c1230827e8462c89cc4c408c73d9324f2e
Author: Marc de Lima Lucio <68746600+marc-dll@users.noreply.github.com>
Date:   Sat Jun 8 12:01:22 2024 +0200

    FIX: PHP 8 warning on output of successful cronjob (#29922)

commit 19f68b0b6764ea77fa2cc393db84cc6c452a4df9
Author: Vincent Maury <artec.vm@arnac.net>
Date:   Sat Jun 8 02:48:59 2024 +0200

    Add clean conditions to show "create purchase order" button in sale order card (#29906)

    * Add clean conditions to show "create purchase order" button in sale order card

    * Add clean conditions to show "create purchase order" button in sale order card

    * Add clean conditions to show "create purchase order" button in sale order card

commit a362532f0bb74ca21d3a4532af2d312845706805
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Sat Jun 8 01:28:05 2024 +0200

    FIX Missing expense report picto in menu (#29908)

commit 5989ee9cf03fbcc3d8f41a1661d3d8dd4f4f6ec7
Author: Maxime Kohlhaas <maxime@atm-consulting.fr>
Date:   Sat Jun 8 00:09:30 2024 +0200

    Fix : SQL error on stock transfer deletion (#29902)

commit 040e9083da39a03bcbb0eddbc74ae78ebbf64866
Author: Maxime Kohlhaas <maxime@atm-consulting.fr>
Date:   Fri Jun 7 23:56:14 2024 +0200

    Fix : expense report reapproval email, wrong date format + missing parameter (#29874)

commit 72a2a96063dae6a50e2ee56516f6716d43e341fd
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Jun 7 23:46:21 2024 +0200

    Fix travis

commit ee75ffe823f3a36360d51eb2c386e6b49d76aa91
Author: UltraViolet33 <93035200+UltraViolet33@users.noreply.github.com>
Date:   Fri Jun 7 18:06:31 2024 +0200

    FIX update date_echeance of supplier invoices when we update invoice date in the past (#29886)

    When we update the date of supplier invoices in the past, the date_echeance was not updated if the new calculated date_echeance is before the current date_echeance.
    The same goes if we update the payment term of supplier invoice, the date echeance is not updated if the new calculted date_echeance is before the current date_echeance.
    With this PR, when we update the supplier invoice date or payment term, the date_echeance is updated even if the new calculated date_echeance
     is before the current date_echeance.

    Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions>

commit 74359d67d717b3296a9d592126213072d522c8be
Author: Nicolas Domenech <52404047+nicolas-eoxia@users.noreply.github.com>
Date:   Fri Jun 7 16:23:56 2024 +0200

    Fix missing hook getNomUrl in ticket (#29881)

commit a3e7151633a0d098e0263b4b68cb25cff8647daf
Author: Rémi Champlon <85104766+Kazimir42@users.noreply.github.com>
Date:   Fri Jun 7 16:20:25 2024 +0200

    fix restrictedArea on selectobject (#29882)

commit bd2313354303baa47dcb8c58a942f6d95a6f34c7
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Thu Jun 6 15:36:52 2024 +0200

    FIX group by qty in product margin tab (#29853)

commit 7249e3a4d184d01d8a02a4c013fe49aa7e1637bb
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Thu Jun 6 15:33:35 2024 +0200

    FIX init total amounts in margin module (#29854)

commit 26e09f85d2c0ac57ec4a6344a040ab43e1ca0d32
Author: Yannis Hoareau <93135242+YannisHoareau@users.noreply.github.com>
Date:   Tue Jun 4 10:52:29 2024 +0200

    FIX: Unsigned propal having signing date (#29825)

    * FIX propal dates: setting sign date only if signed

    * FIX propal dates: clearing sign date when reopenning a propal

    * FIX propal dates: reworked + not clearing sign date

    Not clearing the sign date anymore because of 17.0 configuration that allow the user to choose if he wants to keep the previous sign date or the current date.

    * FIX propal dates: move comma to fix sql syntax error

    * FIX propal dates: add SQL request to update database

    This SQL request is meant to set the sign date and the signing user to null to match the fix

    * Update 15.0.0-16.0.0.sql

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 699d5047b179b98ba6ef5bf43171fd8412884797
Merge: f38837c99a3 5a2bcc47b60
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jun 3 21:42:06 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 5a2bcc47b60f8aec7353a18993940000f38174c6
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Mon Jun 3 21:36:24 2024 +0200

    fix: do not allow/suggest create shipping with 2 time the same serial for the same product (#29749)

    * fix: #29674

    * fix: #29674

    * review

commit f38837c99a3c54095bc70f36bf040921380df0b9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jun 3 21:13:33 2024 +0200

    FIX #29780 Restore filtes when using "back to list"

commit 3d2343374d62bc10ce92353a215f78371b978225
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Jun 3 11:31:49 2024 +0200

    Fix qty_frozen must be O or 1

commit f36095ae02eb982089d62d28f0dd47f0452f98d4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Jun 2 18:28:51 2024 +0200

    Try to fix value of null instead of 0 int disable_stock_change into
    llx_mrp_production.

commit 5ee4af14ed3227938c2a978fb5b04bcf205d0d1d
Merge: 65cfd9fa131 382f2797838
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 31 16:30:50 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 382f27978387170e7751fc78ebbd7f094cbf71fa
Author: MaximilienR-easya <122890855+MaximilienR-easya@users.noreply.github.com>
Date:   Fri May 31 16:27:46 2024 +0200

    Fix incorrect translation code and missing one (#29804)

    * Fix of an incorrect translation code and added a missing one

    * added missing translation in en_US

commit 65cfd9fa131ae4cfb15cd8679f7a244287fd4fb2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 31 16:11:05 2024 +0200

    Doc

commit a8781e0133df64d50951ba174aac1468f365f37f
Author: Sébastien NASSIET <109105553+comaiteseb@users.noreply.github.com>
Date:   Fri May 31 16:09:33 2024 +0200

    FIX Extrafields always been delete and re insert for categories (#29781)

    * Check extrafields on the right table for categories

    As it done in line 6737, it's necessary to add a compatibility renaming of table_element for categories.

    * Update commonobject.class.php

    * Update commonobject.class.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit b08e2604b34a119c7db26608dba37bdd15b76b17
Author: atm-irvine <165771178+atm-irvine@users.noreply.github.com>
Date:   Fri May 31 16:05:27 2024 +0200

    FIX : Page expands when ticket messages are too long (#29785)

    * FIX : Page expands when ticket messages are too long

    * Update functions.lib.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 9be7464ea3360fc668526ad309e1d89a52e957ef
Author: Zephyriony <142790847+zephyriony@users.noreply.github.com>
Date:   Fri May 31 16:00:24 2024 +0200

    Update fournisseur.commande.class.php (#29786)

    Correction of a bug. When cloning, the date of the cloned order was retained in the new order.

commit 4b2cd22a2e70fe43a0692efcbda07b67390a8a7f
Author: boudet jean pascal <68547382+atm-jpb@users.noreply.github.com>
Date:   Fri May 31 15:29:59 2024 +0200

    FIX : Extrafield intshowzero in list (#29789)

    * add test

    * x

    ---------

    Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>

commit 4c1768afd5300f0e9d4484ca2ec4e8f02b482a3d
Author: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com>
Date:   Fri May 31 15:25:31 2024 +0200

    Fix #29622 reverse movement cancelation (#29792)

    Co-authored-by: Hystepik <lmarcouiller@nltechno.com>

commit f0bf49f94259d0585446268bb3aad51fdbe6c9af
Author: battosai30 <batto@hotmail.fr>
Date:   Fri May 31 15:24:31 2024 +0200

    FIX: #29439 incomplete API return (#29796)

    * Update api_documents.class.php

    * Update api_documents.class.php

    * Update api_documents.class.php

    ---------

    Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

commit 66fdf21939d41a0d29cdddb5a7a8d4861f1f9534
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 29 14:12:19 2024 +0200

    Doc

commit 45e8ed9b3600ea524d52f73c2a3d1aa1dbd16706
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 29 14:12:09 2024 +0200

    Doc

commit 86ac5328cf3716a6f0342aad265dac409c991c20
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 29 14:07:11 2024 +0200

    Doc

commit 73e0dcabd364175244d1d8ba6067f5f157179a53
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 29 13:58:51 2024 +0200

    Fix error code

commit ccb0ae04e4300c8aa168548503ac5add67945f3d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 29 13:51:00 2024 +0200

    API is not working, so we rename it to allow use of another one that can
    work correcly.

commit 80b207edb101f22274c19c1743aa5072c8f88495
Merge: a357ed308af e134875bd3b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 29 13:44:22 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit a357ed308aff5d2b58fdac3cfa99a652732246b2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 29 13:42:55 2024 +0200

    Fix for #29777. Explain how to use produceAndConsume MO API.

commit e134875bd3b0af5b22905124dff664eea444731b
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Wed May 29 12:31:13 2024 +0200

    FIX #29403 HRM - Unable to delete a skill in a job Profile (#29779)

commit 3ebbfc6bbb8b9432c4f37d2381b3252327d60e59
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Tue May 28 23:57:26 2024 +0200

    FIX #29756 Sql error on comment search (#29761)

commit 727a5023a7a2efccc52d14b7bc7dc198b7f5321d
Author: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com>
Date:   Tue May 28 23:55:40 2024 +0200

    fix #29740 : fix bad usage of string array (#29763)

    Co-authored-by: Hystepik <lmarcouiller@nltechno.com>

commit 49ef7cd5568042051913ff9750bce09d47bfbec1
Author: altairis-melina <91946767+altairis-melina@users.noreply.github.com>
Date:   Tue May 28 23:54:44 2024 +0200

    FIX: langs in common docgenerator (#29774)

commit 5821a87ac3f9d9077f5b362ad989a5a63fe6c6e8
Author: daraelmin <daraelmin@gmail.com>
Date:   Sun May 26 15:16:56 2024 +0200

    Fix 18.0 - Update VAT for Switzerland (#29760)

    VAT in Switzerland was increased on January 1, 2024.

    See: https://www.estv.admin.ch/estv/fr/accueil/taxe-sur-la-valeur-ajoutee/taux-tva-suisse.html

commit fb1e5b9dd5726a85a107d78e188e6a1b554bc609
Author: Charles <carmelchas@gmail.com>
Date:   Sat May 25 06:04:39 2024 -0500

    Update card.php Issue #29757 (#29758)

    Bug-Fix Issue #29757  Prevent the check for a duplicate ref from populating the new ticket object fields with values from the conflicting ticket.

commit 683c11e6c4d4653ee1990ce3ba653797c27849a7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 23 15:06:17 2024 +0200

    Fix sql error

commit 5939421387c277896a35c7d061d113763adc34f2
Merge: a854e589053 8b0cce4a13e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 23 14:42:22 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit a854e589053c409df983b0de908610a88f1ad4ea
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 23 14:41:56 2024 +0200

    FIX Missing $param in hook call for list

commit 8b0cce4a13eded25668824261e25ca4b8e01e4ac
Author: VIAL-GOUTEYRON Quentin <quentin.vial-gouteyron@atm-consulting.fr>
Date:   Thu May 23 12:55:39 2024 +0200

    FIX for country type (#29745)

    * FIX for country type

    * fix precommit

commit 152886d34552e5c9ef339649a64969a892c3da64
Merge: 2ab36e25b6b a26113bcb50
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 23 12:32:28 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 2ab36e25b6ba1c0590d4175f23a4795665034d8e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 23 12:31:19 2024 +0200

    FIX Bad count of total of supplie rinvoice into the list

commit a26113bcb5012fcbd4f4245e66c6e1f862dda9fc
Author: atm-jonathan <146709163+atm-jonathan@users.noreply.github.com>
Date:   Wed May 22 17:30:27 2024 +0200

    delete margin-top TCPDF <u> (#29737)

    * delete margin-top TCPDF <u>

    * pre-commit

commit b3900964b580d6bbce529899e3b29ee28fc7d559
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 22 11:36:32 2024 +0200

    Fix warning

commit 95a4cc3f04af1b5ea71ef1ecac4513f29d9fc9c3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 22 11:16:19 2024 +0200

    Fix code comment

commit 481fec5291d1a5770c115a892e509ad4e91939ec
Merge: b7638212079 5b35b2be30a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue May 21 20:12:45 2024 +0200

    Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 5b35b2be30ae9def5d88ffba35afd800d6f4926b
Merge: b6561116a0e 22dddb8e878
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue May 21 20:05:41 2024 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0

commit 659830b68af82cb4f02869d813036bc34c7964a1
Merge: 3258b00e16d a9cb586f30f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue May 21 20:05:09 2024 +0200

    Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit a9cb586f30fe54f58d86b18e9f0193e3e95beaa3
Merge: 750c1c16dbe f3460eae482
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue May 21 20:04:51 2024 +0200

    Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0

commit f3460eae482ca6c8a382b85704463336fd52fc3e
Author: IC-Mathieu <95343351+IC-Mathieu@users.noreply.github.com>
Date:   Tue May 21 20:01:36 2024 +0200

    FIX REPLENISH MANY FOURN WHEN ORDER ALREADY CREATE (#29710)

commit b7638212079225bb1eccef4590ad29cf21df8fce
Author: Benjamin Falière <121813548+altairis-benjamin@users.noreply.github.com>
Date:   Tue May 21 17:52:22 2024 +0200

    FIX: unitialised var (#29728)

    * FIX: unitialised var

     is never initialised if reshook) for tabContentCreateOrder

    * Update card.php

    Changed initialisation value

    ---------

    Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>

commit 79c2b9ea8e1ac6ee1cbaf4b9accf5197405a12c9
Author: Charlène Benke <1179011+defrance@users.noreply.github.com>
Date:   Tue May 21 17:08:29 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 4e9230b79dff2560ce8f1771d61e1ba561fa5142
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Tue May 21 17:05:36 2024 +0200

    FIX Accountancy - Avoid space on FEC name file (#29716)

commit cc459b549b286adcb324a6a2c22ababa97f6d3a2
Merge: 29c71808c7f 0ccc9bc7d15
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue May 21 17:04:36 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 29c71808c7fb51cca76bef0c4256773b06c11792
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue May 21 17:04:24 2024 +0200

    Fix #28010

commit b6561116a0e548f7f0c47ec0d18dfa94c12da5b1
Author: MaximilienR-easya <122890855+MaximilienR-easya@users.noreply.github.com>
Date:   Tue May 21 16:53:52 2024 +0200

    Backport d'un fix sur un lien du menu (#29719)

commit 0ccc9bc7d15eb02a929476a60be148977d251144
Author: Noé Cendrier <81741011+altairis-noe@users.noreply.github.com>
Date:   Tue May 21 15:54:49 2024 +0200

    FIX: php warning if cookie doesn’t exist (#29723)

commit 03ce503bd2d47856c49d3b17af90c3bc22370854
Author: sonikf <93765174+sonikf@users.noreply.github.com>
Date:   Tue May 21 15:49:20 2024 +0300

    fix translation for non latin languages (#29717)

    * fix translation for non latin languages

    * fix translation for non latin languages

commit 929d7e4d6bc702706545386e68c1b0a0de2ee616
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 17 12:39:25 2024 +0200

    Fix bad property

commit 2a3372b3dc2f6a2868c209de0db36a3762053fd4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 17 12:58:12 2024 +0200

    Fix warning

commit b07a5b47756516892e0199668dedff84568fc6aa
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 16 16:06:31 2024 +0200

    Fix missing tooltip

commit 7e8285fa3a851fd5736172d0bd660c6eabe0373a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 16 15:44:44 2024 +0200

    Fix warning

commit 325d6cf1b92530212d5327e071a8320c2f782905
Merge: 885c3e429a3 58b1cb7815b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 16 12:48:33 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 885c3e429a34420e64a487e91b35604900c3b466
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 16 12:48:18 2024 +0200

    FIX Missing the description in tooltip when option show in tooltip on
    and MAIN_ENABLE_AJAX_TOOLTIP on too

commit 58b1cb7815bbd5acf2d0c0f900862340da575a36
Author: Can Arslan <138895927+mc2rcanarslan@users.noreply.github.com>
Date:   Wed May 15 10:07:28 2024 -0600

    FIX: parameter name (#29666)

commit 911571ad6115905bd47cb8fd29dd74395142e72c
Author: Noé Cendrier <81741011+altairis-noe@users.noreply.github.com>
Date:   Wed May 15 18:05:27 2024 +0200

    FIX: PHP8 warning if $conf->reception is checked the old fashion way (#29697)

commit 22dddb8e8784e68308b73b71ca400b519e02273e
Author: Florian Mortgat <50440633+atm-florianm@users.noreply.github.com>
Date:   Wed May 15 15:07:29 2024 +0200

    FIX: Backport page inventory.php from v18 to fix pagination bugs causing data loss (#29688)

commit 133bf3ffb89956d88c7907541dd4801667196444
Author: atm-adrien <67913809+atm-adrien@users.noreply.github.com>
Date:   Wed May 15 15:06:14 2024 +0200

    FIX : mo cloning (#29686)

commit f9f465787cac79afd30801fae466dd01b40c2034
Merge: 242f00e7010 2dd939d2dbb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon May 13 12:38:32 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 242f00e7010f80a4d43ca9c7255796454eb0db6e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon May 13 12:32:55 2024 +0200

    Fix waning during migration

commit 2dd939d2dbb3bc56ca76c5792e213af1b1b1ec0a
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Mon May 13 02:46:31 2024 +0200

    Fix dump

commit 34e9c2213a0cd991f82112303ace6371a3dc07fc
Merge: f5200ad2d9c 150e9f5a6fa
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Mon May 13 01:31:31 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit f5200ad2d9c962615e8eb52202a974d3fc1f5cd3
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Mon May 13 01:31:01 2024 +0200

    Fix changelog

commit 1406715ce59ea2fc10fb45f828db3f8257fdce21
Author: Paul Schulte <17964316+Paul-Schulte@users.noreply.github.com>
Date:   Sat May 11 14:48:52 2024 -0400

    FIX executeHooks $object default value (#29647)

    Change $object parameter default value from '' to null to fix issue when using type declarations in custom hooks.

    Mirrored change from commit 0453b3e.

commit 150e9f5a6fa636bc2670f779be2fa812c902335c
Author: Can Arslan <138895927+mc2rcanarslan@users.noreply.github.com>
Date:   Sat May 11 12:45:09 2024 -0600

    FIX: Ternary operator condition is always true/false (#29649)

commit ba4f7323fec9f2fe8d47759ad483a7dbe3540065
Author: Francis Appels <francis.appels@yahoo.com>
Date:   Fri May 10 12:34:38 2024 +0200

    FIX PHP exception on getSpecialCode (#29646)

commit 4b50036d6d5fdc37b604ea1c5aee359684481443
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 10 11:54:18 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 1f38a08cbeedf9b9d7ca09a64934e0c39d1f38b7
Merge: a9b1f606d76 0fcbdcb4085
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 10 11:25:16 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit a9b1f606d76abf33cfa717d02a7f6a550193e770
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 10 11:15:21 2024 +0200

    FIX ZAR currency must show the R before the amount

commit ef92c2441f884222ad34fe81d8ae24097a9f3a0b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 10 11:14:54 2024 +0200

    css

commit 0fcbdcb4085fa21d03e9a3c0a315ec2dc8d6f0ef
Author: Philippe Grand <philippe.grand@atoo-net.com>
Date:   Fri May 10 01:25:35 2024 +0200

    Fix : Warning: Undefined array key "help" in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/dict.php on line 1810 (#29642)

    * fix : Warning: Undefined variable  in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/compta/bank/various_payment/list.php on line 370

    * backward

    * update

    * fix : Warning: Undefined array key help in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/admin/dict.php on line 1810

    * fix typo in extrafields.class.php

commit 0cce9ac3c057a795cb74a4e926b3c8ba94b1b7be
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 9 13:19:06 2024 +0200

    FIX extrafields on Organized events was broken

commit 66d4960a79240b9caec799008235613571b0a7a9
Author: Rémi Champlon <85104766+Kazimir42@users.noreply.github.com>
Date:   Thu May 9 13:16:27 2024 +0200

    FIX : Not qualified lines for reception (#29473)

    * Fix qualified line receptions

    * indent

    * change

commit fa75dc52130d2585b5c66c4509b1f52ab684a9e3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 9 12:33:55 2024 +0200

    FIX Better compatibility when objectdesc is not valid, and warnings

commit 39791e2187b5f2cd9e1c919238c2241466fbbe01
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu May 9 12:32:18 2024 +0200

    Code comment

commit 9697238238f05a6629a249a9aa3a223a097d9c5e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed May 8 15:51:46 2024 +0200

    Fix bad link

commit 8a57ac3caff30afb73c8624dbd1e347c47e11897
Author: HENRY Florian <florian.henry@open-concept.pro>
Date:   Tue May 7 22:34:59 2024 +0200

    fix: accountancy php warning key undefined (#29636)

commit cfc162a31d6f2a3570cacad3d3fef5cd8e756767
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Tue May 7 21:44:05 2024 +0200

    FIX lettering (auto) for invoice deposit with company discount (#29633)

commit c4ad5e06f28b013795b4457cecfb7e5ba3291b93
Author: lvessiller-opendsi <lvessiller@open-dsi.fr>
Date:   Tue May 7 21:28:58 2024 +0200

    FIX back to page on error in contact card (#29627)

commit ca744d907cc2f82fa49a5a90e744521413be93dc
Author: Benjamin Falière <121813548+altairis-benjamin@users.noreply.github.com>
Date:   Tue May 7 20:27:59 2024 +0200

    FIX: langs overwrite (#29630)

    * FIX: langs overwrite

    * ChangeLog typo

    ---------

    Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>

commit 3b4212a0aeff98469362d27e1135d1a50b8c7ba7
Author: PsyCrow <93346975+PsyCrow-code@users.noreply.github.com>
Date:   Mon May 6 18:39:44 2024 -0600

    # 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

commit a2f31861e5bca04f9dae4c22e6dfdb430b86c62c
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue May 7 02:39:23 2024 +0200

    Typo

commit 5af8658ca67134f2c4816e3346345e6125df617d
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue May 7 02:38:54 2024 +0200

    Fix typo

commit b44e35e8ef35cf8fa7e69d0180a8a3a1c27def8b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon May 6 18:01:59 2024 +0200

    Fix warning

commit c2ac22e2ec23c792957a1720aa58eac9dee772cd
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon May 6 14:58:12 2024 +0200

    Fix warning

commit 6789bdb67cd2648d50ee136f1664f44c6d9d5896
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon May 6 14:18:21 2024 +0200

    Fix warning

commit 1297fd015a5c16343dbaf71c25d1e63f0c7ed8c5
Merge: 70a71973275 27a5b02a288
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun May 5 18:30:44 2024 +0200

    Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

commit 70a71973275b96b90100cfd150eda2bea3761063
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun May 5 18:30:25 2024 +0200

    Fix warning

commit 27a5b02a288da3b8bf6047144441faff28d79b22
Author: PsyCrow <93346975+PsyCrow-code@users.noreply.github.com>
Date:   Sat May 4 16:38:59 2024 -0600

    Prevents PHP Warnings on multicurrency_rate.php (#29485)

    * Prevents PHP Warnings on multicurrency_rate.php

    Prevents PHP Warnings about undefined variables
    $type
    $texte
    $newcardbutton
    and Undefined array key "nbfield"

    * Update multicurrency_rate.php

    Avoid PHP Warnings about undefined variables: $type, $texte, $newcardbutton and Undefined array key "nbfield"

commit 98fc9ffe14b492981f049412f55c345fdd0df0bc
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri May 3 19:21:47 2024 +0200

    fix tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug (something does not work as expected)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants