Commit Graph

39551 Commits

Author SHA1 Message Date
Laurent Destailleur
0469ecada4 Merge branch 'develop' into fix/filebyfile 2024-03-28 14:39:59 +01:00
Laurent Destailleur
ef6dde2d62 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-28 14:39:08 +01:00
Laurent Destailleur
c92de3117f Fix var not found 2024-03-28 14:38:43 +01:00
Laurent Destailleur
787b1a1c83 Merge branch 'develop' into fix/filebyfile 2024-03-28 14:23:54 +01:00
Laurent Destailleur
a7e33e6573 Merge pull request #29047 from mdeweerd/fix/PhanPluginUnknownObjectMethodCall1
Fixes for PhanPluginUnknownObjectMethodCall
2024-03-28 14:20:57 +01:00
Laurent Destailleur
54501bccc3 Merge pull request #29066 from mdeweerd/fix/dol_get_fiche_head
Fix arguments to dol_get_fiche_head and dol_get_fiche_end
2024-03-28 14:16:45 +01:00
Laurent Destailleur
2a8252fa4e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-28 13:51:58 +01:00
Laurent Destailleur
9f66e6e7a7 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-28 13:49:19 +01:00
rsanjoseo
816e80c4d5 FIX $object->oldcopy may be a stdClass and not original object depending
on copy type, so we realod a new object to run the del_to_abo()
2024-03-28 13:46:54 +01:00
Laurent Destailleur
60f9acb0e2 Merge pull request #29094 from alxarafe/develop
"Fatal error: Uncaught Error: Call to undefined method stdClass::del_…
2024-03-28 13:37:22 +01:00
Laurent Destailleur
1d125bf9fa Merge pull request #29065 from mdeweerd/fix/dol_print_error
Fix arguments to dol_print_error
2024-03-28 13:35:44 +01:00
Laurent Destailleur
e5e341d100 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-28 13:31:09 +01:00
Laurent Destailleur
3d73ebffc3 Merge pull request #29095 from rycks/develop_use_mailsentbyto
use MailSentByTo
2024-03-28 13:11:35 +01:00
Laurent Destailleur
7535a884ac Merge pull request #29069 from mdeweerd/fix/price
Fix arguments to price()
2024-03-28 13:07:25 +01:00
Laurent Destailleur
8d509cdbe8 Merge pull request #29089 from jyhere/patch-12
UPDATE : add cssview support in Extrafields view
2024-03-28 12:59:17 +01:00
Laurent Destailleur
415e99606d Merge pull request #29091 from mdeweerd/fix/facturefournisseur/card
Fix card FactureFournisseur
2024-03-28 12:55:24 +01:00
Laurent Destailleur
5507f033c8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-28 12:54:27 +01:00
Laurent Destailleur
c112a965cc Fix phan warnings 2024-03-28 12:54:08 +01:00
Laurent Destailleur
0544670ac4 Merge pull request #28160 from mdeweerd/core/deprecationclass
NEW: DolDeprecationHandler for deprecations
2024-03-28 12:42:53 +01:00
Laurent Destailleur
6c15816e5c Merge pull request #29093 from mdeweerd/fix/facture/card
Fix phan noticies for compta/facture/card.php
2024-03-28 12:06:32 +01:00
Laurent Destailleur
a2ec7400eb Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-28 10:55:44 +01:00
Noé Cendrier
2ab704d630 whoops 2024-03-28 10:36:49 +01:00
Laurent Destailleur
fa4afda592 Debug v20 2024-03-28 09:55:37 +01:00
jyhere
879f7e91d2 UPDATE : add cssview support in Extrafields view 2024-03-28 09:52:16 +01:00
jyhere
7de9dcaa05 UPDATE : add cssview support in Extrafields view 2024-03-28 09:52:16 +01:00
Eric Seigne
0e269102ae use MailSentByTo 2024-03-28 09:38:09 +01:00
Laurent Destailleur
3867f00f90 Debug v20 2024-03-28 09:28:58 +01:00
Noé Cendrier
bcd99c1365 NEW: consider document lines in element properties 2024-03-28 09:19:46 +01:00
Rafael San José
237434ed9b Merge branch 'Dolibarr:develop' into develop 2024-03-28 09:06:17 +01:00
rsanjoseo
6c46257bb5 "Fatal error: Uncaught Error: Call to undefined method stdClass::del_to_abo()" is resolved.
When editing a adherent that does not have an email and giving it one, the following error is thrown as the oldcopy attribute is a stdClass.
This is fixed by checking that the del_to_abo method exists on the object before trying to use it.
2024-03-28 09:02:55 +01:00
MDW
bf0325ed75 Fix phan notice with cast 2024-03-28 02:13:40 +01:00
MDW
c0d12d40b1 Fix phan notice with cast 2024-03-28 02:13:39 +01:00
MDW
7d90a572e9 Fix phan notice with cast 2024-03-28 02:13:38 +01:00
MDW
87bdc72920 Cast line->qty values to fix phan notices 2024-03-28 01:52:59 +01:00
MDW
e11028d526 Improve phpdoc 2024-03-28 00:34:26 +01:00
MDW
b84281d285 Improve phpdoc typing 2024-03-27 19:26:27 +01:00
MDW
274a6d0528 Improve phpdoc typing 2024-03-27 19:26:26 +01:00
MDW
975243f1b5 Fix: Ensure DiscountAbsolute->fk_soc deprecation is possible
# Fix: Ensure DiscountAbsolute->fk_soc deprecation is possible

Assign socid whenever fk_soc is assigned so that socid can be accessed
instead of fk_soc.
2024-03-27 18:07:51 +01:00
Laurent Destailleur
1aa3d70c68 Fix link on external url on menu 2024-03-27 14:31:02 +01:00
Laurent Destailleur
61d4f02a49 Fix link on external url on menu 2024-03-27 14:23:43 +01:00
Laurent Destailleur
81f1950c00 Error to save cache must be level ERR 2024-03-27 13:33:22 +01:00
Laurent Destailleur
0465aeb412 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-27 11:39:26 +01:00
Laurent Destailleur
dc43a7e87b Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-03-27 11:22:38 +01:00
Laurent Destailleur
dd42f45d1a Fix precommit 2024-03-27 10:59:05 +01:00
MDW
d885b2d459 Fix arguments to dol_print_error 2024-03-27 10:23:42 +01:00
MDW
ddf5156071 Fix arguments to dol_print_error 2024-03-27 10:23:41 +01:00
MDW
a99853efd3 Fix arguments to dol_print_error 2024-03-27 10:23:40 +01:00
MDW
2d84873dbd Fix arguments to dol_print_error 2024-03-27 10:23:39 +01:00
MDW
a5d2ae0eeb Fix arguments to dol_print_error 2024-03-27 10:23:38 +01:00
MDW
3ea9ca350c Fix arguments to dol_get_fiche_head 2024-03-27 10:22:52 +01:00