Laurent Destailleur
6187cbc8ee
Merge pull request #27659 from thibdrev/patch-11
...
qual: phpstan
2024-01-19 17:59:59 +01:00
thibdrev
88090f0275
apply price2num() on GETPOST('revenuestamp')
2024-01-19 17:46:17 +01:00
thibdrev
7073567fc7
typo
2024-01-19 13:09:10 +01:00
thibdrev
d08b29bc12
qual: phpstan
...
htdocs/compta/facture/card.php 531 Property Facture::$revenuestamp (float) does not accept array|string.
htdocs/compta/facture/card.php 1006 Property CommonInvoice::$socid (int) does not accept array|string.
htdocs/compta/facture/card.php 1705 Property DiscountAbsolute::$fk_soc (int) does not accept array|string.
2024-01-19 13:05:58 +01:00
thibdrev
c8a943790e
qual: phpstan
...
htdocs/compta/bank/line.php 135 Property AccountLine::$id (int) does not accept array|string.
2024-01-19 13:01:16 +01:00
Laurent Destailleur
0ce34c60a2
Merge pull request #27612 from thibdrev/patch-3
...
fix: phpstan
2024-01-18 21:32:28 +01:00
Frédéric France
b3bcdeafe5
rename method
2024-01-18 18:55:53 +01:00
thibdrev
b44dc2a3f4
typo
2024-01-18 17:43:26 +01:00
thibdrev
5fbced083b
typo
2024-01-18 17:30:18 +01:00
thibdrev
a000178b0d
fix phpstan
...
(int) does not accept array|string.
2024-01-18 17:27:09 +01:00
Laurent Destailleur
dbe4204805
Rename a translation key to avoid confusion
2024-01-18 12:24:35 +01:00
Laurent Destailleur
5d3c775b69
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-01-18 12:19:08 +01:00
Laurent Destailleur
bc0fc46f21
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-18 12:10:29 +01:00
Florian HENRY
d10ee5a76e
fix: exchange bad translation
2024-01-17 21:09:01 +01:00
Florian HENRY
16c30d5ef9
fix: exchange bad translation
2024-01-17 20:55:01 +01:00
Christophe TREMBLAY-GUILLOUX
1a33117e86
File not joined : slash is missing in case DOL_DATA_ROOT doesn't end with slash
2024-01-15 11:33:30 +01:00
Christophe TREMBLAY-GUILLOUX
25de0779b2
File not joined : slash is missing in case DOL_DATA_ROOT doesn't end with slash
2024-01-14 22:57:16 +01:00
Laurent Destailleur
b63e6d4a20
Fix phpcs
2024-01-14 12:49:18 +01:00
Frédéric Bagnol
ff639ab363
NEW Add createInvoiceFromContract to API invoice ( #27277 )
...
* Add createFromContract to API invoice
* Update invoice : if cond_reglement_id change then update date_lim_reglement
* Space
* indent
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 12:48:24 +01:00
MDW
a04f2bf4e7
Qual: Spelling fixes that newly appeared. ( #27495 )
...
* Qual: Spelling fixes that newly appeared.
# Qual: Fix spelling erros that appeared since the bulk updates.
These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)
* Update modulebuilder.lib.php
* Update pdf_standard.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 12:26:37 +01:00
MDW
39769482b1
Qual: Fix typing hints for DoliDB ( #27484 )
...
# Qual: Fix typing hints for DoliDB
This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
Laurent Destailleur
f773fa2dbd
Fix phan report
2024-01-12 22:09:51 +01:00
Frédéric FRANCE
0d3e0c8ec4
fix incorrect case and remove exclude check ( #27449 )
2024-01-12 20:40:34 +01:00
Laurent Destailleur
f201692001
Fix phpstan
2024-01-12 19:50:22 +01:00
Laurent Destailleur
c406d9a002
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-12 17:49:00 +01:00
Laurent Destailleur
618a364064
FIX #27439 but using the opposite direction. int is bette as we can evolve to add a third value in a future.
2024-01-12 17:47:54 +01:00
Frédéric FRANCE
8608a075fb
fix Undefined variable $mode ( #27451 )
2024-01-12 17:07:43 +01:00
Laurent Destailleur
2a4578ef68
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-11 13:48:15 +01:00
Frédéric FRANCE
1082a7baf7
replace old parameter facid by id ( #27416 )
...
* replace old parameter facid by id
* Update facture.class.php
2024-01-11 12:51:00 +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
MDW
5cb0da4bd6
Fix: Arguments missing in call to dol_banner_tab ( #27404 )
...
# Fix: Arguments missing in call to dol_banner_tab
Add missing arguments (same as default values).
Fix minor spelling
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-11 10:05:54 +01:00
MDW
52ee926bac
Qual: Spelling compta code ( #27413 )
...
# Qual: Fix spelling of files in htdocs/compta
No code should be changed, only comments modified or translated.
2024-01-11 09:58:34 +01:00
Laurent Destailleur
f0d910ecd3
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-10 19:20:16 +01:00
Laurent Destailleur
a4030d145a
FIX #27315
2024-01-10 17:40:28 +01:00
Frédéric FRANCE
a4f94f84f1
fix default parameter ( #27141 )
2024-01-10 17:20:36 +01:00
Laurent Destailleur
d664f4ad10
Merge pull request #27356 from frederic34/patch-16
...
Method should return string|null but return statement is missing
2024-01-10 14:33:45 +01:00
Frédéric FRANCE
7fa72ec2ba
Merge branch 'develop' into cleandeprecated
2024-01-09 20:13:59 +01:00
Frédéric FRANCE
c27551fa37
Method LignePrelevement::LibStatut() should return string|null but return statement is missing.
2024-01-09 18:37:32 +01:00
Laurent Destailleur
9d1f991759
Clean code
2024-01-09 14:24:21 +01:00
Laurent Destailleur
910a541c60
Clean code
2024-01-09 13:08:22 +01:00
Laurent Destailleur
e2f49c407f
Clean sql request to use exist instead of left join
2024-01-09 10:44:50 +01:00
Laurent Destailleur
27fc5a2f84
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-06 16:56:28 +01:00
Frédéric FRANCE
4fad299e9f
tooltip recurring invoice
2024-01-06 10:48:43 +01:00
Frédéric FRANCE
045b42d3b8
Update card.php
2024-01-05 16:08:14 +01:00
Frédéric FRANCE
3ed18dc92c
fix create invoice from contract with free service line
2024-01-05 15:47:24 +01:00
Frédéric FRANCE
b3e7cdbad9
fix error returning from a trigger
2024-01-05 13:52:58 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Frédéric FRANCE
2c2fb852d4
Merge branch 'develop' into cleandeprecated
2024-01-04 09:26:29 +01:00
Laurent Destailleur
b7510b86b5
Debug v19
2024-01-04 03:32:39 +01:00
Laurent Destailleur
8c1e8d2c91
Debug v19
2024-01-04 03:31:06 +01:00