Commit Graph

121920 Commits

Author SHA1 Message Date
Frédéric FRANCE
aefde2bbd8 Update auto_order.php 2024-12-07 14:37:40 +01:00
Frédéric FRANCE
fde5d6fdea fix include bad path 2024-12-07 14:34:01 +01:00
Laurent Destailleur
710f45bf16 Merge pull request #32254 from thersane-john/fix_20.0_setup_color
Fix setup color in display mode
2024-12-06 10:31:18 +01:00
Florian HENRY
ad5285bd7e fix: missing error return on invoice created when lines array is filled 2024-12-05 17:28:00 +01:00
Florian HENRY
de2e9f5ea5 fix: missing error return on invoice created when lines array is filled 2024-12-05 16:20:53 +01:00
Florian HENRY
68518a8717 fix: missing error return on invoice created when lines array is filled 2024-12-05 16:14:45 +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
Florian HENRY
d109647434 fix: phpstan typemismatch 2024-12-04 16:40:21 +01:00
Florian HENRY
72c7a4f272 fix: CA report with BOOKKEEPING do not display persent evolution 2024-12-04 15:53:32 +01:00
Florian HENRY
2f7aee4397 fix: CA report with BOOKKEEPING do not display persent evolution 2024-12-04 15:48:08 +01:00
John BOTELLA
a2189dfb4c Fix llx_header params 2024-12-04 08:37:12 +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
Laurent Destailleur (aka Eldy)
c547362ae9 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-12-02 01:41:04 +01:00
Laurent Destailleur (aka Eldy)
9ec4575c43 Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0 2024-12-02 01:38:41 +01:00
Laurent Destailleur (aka Eldy)
3e5116492b Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-12-02 01:30:46 +01:00
Laurent Destailleur (aka Eldy)
3284f21e91 Fix remind for expired membership ko when date of renewal does not end
with 00:00:00
2024-12-02 01:30:13 +01:00
Gregor Ljubic
ea52f679c7 Fix #32147 (#32159)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-12-02 00:49:13 +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
Günter Lukas
06808b38b5 Fix #27223 (#32173) 2024-12-01 23:29:42 +01:00
Mathieu Moulin
6337a987d8 Fix handling of boolean extrafields in list filters (#32109)
* Fix show payment URL in massaction context when not one email per recipient

* Debug v20 - fix param for filter on boolean

* FIX : Fix case when the value of a extrafields of the type 'boolean', 'select' or other have an option with a value equal to '0'.
It's not reselected when the filter is set.

* Revert "Fix show payment URL in massaction context when not one email per recipient"

This reverts commit 0986d487f1.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: kkhelifa <kkhelifa@open-dsi.fr>
2024-12-01 23:28:49 +01:00
Gregor Ljubic
2ad3001ccb Update list.php (#32165)
* Update list.php

* Update list.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-12-01 23:17:37 +01:00
Gregor Ljubic
13fdf790d6 Update list.php (#32164)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-12-01 23:17:00 +01:00
Joachim Kueter
cf0d945daa FIX #32171 (#32172)
State of reverse charge checkbox in create form not persisted after reload due to validation error
2024-12-01 23:16:38 +01:00
Günter Lukas
5565b153b2 Fix #32176 (#32177) 2024-12-01 23:15:58 +01:00
Alexandre Janniaux
b02742ebe1 FIX #32178: repair.php: fix missing 'as' with Postgres (#32179)
Fix the following SQL error when executing the repair script on 19.0.x
and above.

        Error DB_ERROR_SYNTAX (Req 159): create table tmp_bank_url_expense_user (select e.fk_user_author, bu2.fk_bank from llx_expensereport as e, llx_bank_url as bu2 where bu2.url_id = e.rowid and bu2.type = 'payment_expensereport');
        ERROR: 42601: syntax error at or near "select" LINE 1: create table tmp_bank_url_expense_user (select e.fk_user_aut... ^ LOCATION: scanner_yyerror, scan.l:1145
2024-12-01 23:03:08 +01:00
Günter Lukas
769027970b Fix #32155 (#32156)
Error forging a SQL request on page eventorganization/conferenceorboothattendee_list.php

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-30 17:18:18 +01:00
Laurent Destailleur (aka Eldy)
6e4ca0b851 FIX with no perm on supplier, must not see supplier of the best price 2024-11-30 16:27:29 +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
Joachim Kueter
53f566e9f1 Fix #32145 (#32162)
Parameter is always "1" or "0"
2024-11-30 13:02:58 +01:00
Frédéric FRANCE
f2c2b634e3 fix CI (#32153) 2024-11-30 12:51:38 +01:00
Lucas Marcouiller
1080d0718c Fix no display of extrafields in bankentries_list (#32149)
* Fix no display of extrafields in bankentries_list

* fix error

* fix comment

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-11-29 17:03:25 +01:00
Laurent Destailleur (aka Eldy)
b9e81ef46c Fix search in member list (lastname and company) 2024-11-29 16:36:58 +01:00
Laurent Destailleur (aka Eldy)
7b0e34ffdd Fix css of public payment page 2024-11-29 15:19:51 +01:00
Laurent Destailleur (aka Eldy)
546a68eafb Fix the amount in linke is not correctly formatted. 2024-11-29 15:11:36 +01:00
Laurent Destailleur (aka Eldy)
a7acc7a398 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-11-28 22:26:10 +01:00
Laurent Destailleur (aka Eldy)
670e6464e8 Fix selection of state from country in member creation 2024-11-28 22:25:53 +01:00
Francis Appels
3fc50f21a4 FIX set birthday alert (#32133)
* FIX set birthday alert on contact personal data card

* also on create card

* fix travis
2024-11-28 15:45:37 +01:00
Frédéric FRANCE
ff18a34c71 FIX: Ensure extraparams cannot be selected by the user (#32132)
* FIX: Ensure extraparams cannot be selected by the user

* Update newpayment.php
2024-11-28 15:43:47 +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
Mathieu Moulin
e9009ede87 Fix double hook printFieldPreListTitle in command list (#32108)
* Fix command list : remove double hook printFieldPreListTitle

* Remove files
2024-11-27 22:02:29 +01:00
Frédéric FRANCE
7b16039084 fix test (#32110) 2024-11-27 18:02:59 +01:00
Laurent Destailleur
c83d362bc1 Fix edit of amount on public payment page 2024-11-27 12:26:04 +01:00
Thomas C.
acdab170a7 fix (#32012) 2024-11-22 17:58:21 +01:00
Jon Bendtsen
9cd7d381a6 flip supplier proposal and orders to show up as negative in the project Profit overview (#32048)
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
2024-11-22 13:25:25 +01:00
Frédéric FRANCE
e35b534ee2 fix ajax tooltip lib_foot.js.php (#32044)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-22 13:22:05 +01:00
daGrumpf
ef41ebb864 PR#28448 broke qty float on xpedition same correction as #31794 (#32055) 2024-11-22 13:07:23 +01:00
HENRY Florian
240c5bb311 fix: buyer and sellers in supplier invoice and supplier order list are not corectly defined (#32028)
* fix: buyer and sellers in supplier invoice and supplier order list are not corectly defined

* chore: revert bad changes
2024-11-21 23:00:41 +01:00
Laurent Destailleur
3085b48dc9 FIX Debug v21 2024-11-21 22:16:20 +01:00