2
0
forked from Wavyzz/dolibarr
Commit Graph

127600 Commits

Author SHA1 Message Date
Laurent Destailleur
8c4ed9f14c Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-13 11:17:28 +01:00
Laurent Destailleur
b053b55e2f FIX link to print when there is a search on multiselect fields 2024-01-13 11:15:17 +01:00
Laurent Destailleur
4cf06431ff Fix template 2024-01-12 22:30:30 +01:00
Laurent Destailleur
7d16aa4626 Fix bad constant 2024-01-12 22:01:50 +01:00
Laurent Destailleur
d8db27eac1 Debug v19 2024-01-12 21:53:50 +01:00
Laurent Destailleur
8ef27e6ed2 FIX Filter on rate 2024-01-12 21:51:58 +01:00
Laurent Destailleur
a88ba91d97 Fix look and feel v19 2024-01-12 21:51:53 +01:00
Laurent Destailleur
569d9426d7 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-12 21:40:51 +01:00
Laurent Destailleur
11d6b891fa FIX SQL error 2024-01-12 21:37:19 +01:00
Laurent Destailleur
1c86073a9e Fix phpcs 2024-01-12 17:06:22 +01:00
John BOTELLA
58cf5609ca FIX php 8.2 warning (#27465)
* fix php 8.2 warning

* Fix warning
2024-01-12 17:03:57 +01:00
Laurent Destailleur
f46512c626 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-12 16:55:17 +01:00
Alexandre SPANGARO
5df2850dca FIX Accountancy - Level 3 of binding not working on supplier side (#27462) 2024-01-12 16:49:30 +01:00
Laurent Destailleur
f03eb1f505 Fix restore old code due to regression on some lang.
Add hidden PDF_USE_GETALIASNBPAGE_FOR_TOTAL for the case it bugs
2024-01-12 16:47:09 +01:00
Laurent Destailleur
4374aa1a20 FIX Bad visible status of proposal after reopen 2024-01-12 16:31:49 +01:00
Christophe Battarel
3e7cf0a463 fix pdf nbpages (#27457)
Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2024-01-12 16:14:15 +01:00
Laurent Destailleur
34f5c1e293 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-11 13:47:14 +01:00
Laurent Destailleur
a3a62570a9 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-11 13:45:26 +01:00
Laurent Destailleur
64fb9d0db7 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-11 13:45:16 +01:00
Laurent Destailleur
34c2ca539a Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-11 13:41:50 +01:00
Laurent Destailleur
f2669da370 Debug v19 2024-01-11 13:41:38 +01:00
MDW
11f457ddc8 # Fix: remove parameter in getSelectInvoiceSubtype call (#27314)
Parameters were already invalid when this was added in 65b9f4e6de.
See 65b9f4e6de/htdocs/core/class/html.form.class.php (L10865C59-L10865C59) .
2024-01-11 10:47:05 +01:00
Laurent Destailleur
13f701e8dc Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-11 01:41:49 +01:00
Laurent Destailleur
77a922a72e Debug v19 2024-01-11 01:41:13 +01:00
MDW
412f8406dd Fix: Change TCPDF::_out to public because of pdf.lib.php (#27333)
# Fix: Change TCPDF::_out to public because of pdf.lib.php

TCPDF::_out is used 2 times as ->_out(...) in htdocs/core/lib/pdf.lib.php.
Changing php.lib.php requires more analysis.  Making TCPDF::_out public is
the quick solution.
2024-01-10 22:10:13 +01:00
Laurent Destailleur
d7651e971c Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-10 17:44:31 +01:00
Laurent Destailleur
0618e5b90d Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-10 17:40:47 +01:00
Laurent Destailleur
a4030d145a FIX #27315 2024-01-10 17:40:28 +01:00
MDW
963afede5e Fix: Match local variable name to parameter variable name (#27316)
# Fix: Match local variable name to parameter variable name

Improve consistency and avoids that phan reports suspicious parameter order
2024-01-10 17:38:23 +01:00
Frédéric FRANCE
893538d851 fix #27313 (#27325)
* fix #27313

* Update fichinter.class.php
2024-01-10 16:57:30 +01:00
MDW
72210dc19b Fix: discount - add missing db parameter to dol_print_error (#27337)
# Fix: discount - add missing db parameter to dol_print_error

dol_print_error requires the db instance to be the first parameter
2024-01-10 16:57:10 +01:00
MDW
da0bebc9ae Fix: formmail - add_attached_files - argument name consistency (#27338)
# Fix: formmail - add_attached_files - argument name consistency

Phan determined suspicious naming as arg #2 to add_attached_files is  while
that was the name for the first argument by the caller.

Also, on examination, only the first parameter is needed as add_attached_files
handles the other two in the same manner.
2024-01-10 16:56:40 +01:00
MDW
95da30a224 Fix: files.lib.php - Add optional sort parameter to array_multisort for static tool check (#27340)
# Fix: files.lib.php - Add optional sort parameter to array_multisort for static tool check

Phan flags the call to array_multisort as suspicious - adding the optional sort parameter
avoids this.
2024-01-10 16:41:39 +01:00
Laurent Destailleur
e9205dcdb1 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-10 16:23:01 +01:00
Frédéric FRANCE
6bc40a5e26 fix duplicate (#27389) 2024-01-10 16:17:30 +01:00
David
82c93e6812 FIX: typo when adding height after custom header (#27384)
'extra_under_header_shift' instead of 'extra_under_address_shift'

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-10 15:40:36 +01:00
nat
c06166267e FIX #27312 2024-01-10 15:32:24 +01:00
Laurent Destailleur
3f697b11ac Merge pull request #27342 from mdeweerd/fix/addline_arguments
Fix: fournisseur.commande - add missing argument addline call
2024-01-10 15:29:43 +01:00
Laurent Destailleur
fc70f82734 Merge pull request #27348 from W1W1-M/fix-intervention-validate-confirmation-notification
FIX notification information on intervention validated confirmation message (v17+)
2024-01-10 15:27:16 +01:00
Laurent Destailleur
20db435325 Merge pull request #27343 from mdeweerd/17.0
Fix: Sitemap generation - fix invalid replacement regex
2024-01-10 15:26:00 +01:00
Laurent Destailleur
5c434e273e Update index.php 2024-01-10 15:25:16 +01:00
Laurent Destailleur
2841f4723c Fix a header must be followed by exit 2024-01-10 15:21:04 +01:00
Frédéric FRANCE
7b45347b01 dol_compress_dir creates invalid zip with windoze 2024-01-10 15:20:12 +01:00
Laurent Destailleur
e770259b3f Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-10 15:12:50 +01:00
Laurent Destailleur
f3911bccc8 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-10 15:11:40 +01:00
Laurent Destailleur
64eff062f2 Clean code 2024-01-10 15:10:15 +01:00
Laurent Destailleur
2c1e7a8381 Merge pull request #27339 from mdeweerd/optim/dol_mimetype
Perf: Optimise dol_mimetype
2024-01-10 15:05:01 +01:00
Laurent Destailleur
59412cd38a Merge pull request #27387 from HUSCH-GmbH/Fix_#27377_fk_unit_bomline
Fix #27386 include fk_unit in api for BomLine.
2024-01-10 15:02:58 +01:00
Laurent Destailleur
b2d1c8a0b2 Merge pull request #27351 from W1W1-M/fix-intervention-done-confirmation-notification
FIX notification information on intervention done confirmation message (v19+)
2024-01-10 14:34:31 +01:00
Laurent Destailleur
39c5d64536 Merge pull request #27354 from noec764/FEAT_BarcodeHeader
FIX: Barcode header cell not well displayed
2024-01-10 14:31:04 +01:00