Commit Graph

9154 Commits

Author SHA1 Message Date
Laurent Destailleur (aka Eldy)
9bc2a3a6bd Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-02-11 22:24:47 +01:00
Laurent Destailleur (aka Eldy)
5401791247 Debug v21 2025-02-11 15:40:47 +01:00
Laurent Destailleur
5051faa325 Merge pull request #33012 from mdeweerd/phan/2025.2.10.stock-2
Qual: Fix phan (stock-2)
2025-02-10 21:42:31 +01:00
Anthony V
bc6e3a81da Fix: Prevent invalid foreach() on extrafields label in product/price.php
- Ensured $extralabels is always an array before looping to prevent warnings.
- Fixes "foreach() argument must be of type array|string given" error.
- Improves stability when handling extrafields.
2025-02-10 21:21:43 +01:00
MDW
076399b11b Qual: Fix phan (stock-2) 2025-02-10 21:20:32 +01:00
Anthony V
2358dc81a6 Fix: Prevent invalid foreach() on extrafields label in product/price.php
- Ensured $extralabels is always an array before looping to prevent warnings.
- Fixes "foreach() argument must be of type array|string given" error.
- Improves stability when handling extrafields.
2025-02-10 16:05:25 +01:00
Laurent Destailleur
03c8d418ae Merge pull request #33000 from mdeweerd/phan/2025.2.8.stock-1
Qual: Fix phan notices (stock-1)
2025-02-10 13:23:47 +01:00
Laurent Destailleur
8c6e0021fd Merge pull request #32997 from MarcVJ/patch-1
Added one line to allow use of price_ttc in calculated extra fields (…
2025-02-10 13:20:58 +01:00
MDW
c9bedf8fe2 Qual: Fix phan notices (stock-1) 2025-02-10 11:32:05 +01:00
MarcVJ
4c3329481a Removed incorrect white space on line 1632 2025-02-09 22:33:56 +01:00
MarcVJ
99fac7c8d3 Added one line to allow use of price_ttc in calculated extra fields (ex : price per kilo) 2025-02-09 22:20:05 +01:00
MDW
1a2d4ed6be Qual: Fix phan (product-2) 2025-02-09 20:14:25 +01:00
MDW
4168a16151 Qual: Fix ifsql argument type 2025-02-09 20:14:22 +01:00
MDW
2130f1395a Qual: Fix phan (product-part-1) implies fixing unit types 2025-02-09 20:14:20 +01:00
MDW
23ff8b378c Qual: Fix phan: dol_mktime GETPOST args to GETPOSTINT 2025-02-08 14:06:14 +01:00
MDW
fd7fee2e8f Qual: Fix textwithpicto $type argument (0->info,1->help) 2025-02-08 01:49:54 +01:00
MDW
395fdbf39b Qual: Fix phan notices (mrp) 2025-02-08 01:49:52 +01:00
futurehousestore
c470629a79 Update list.php
fix total stock quantity
2025-02-07 02:07:06 +00:00
Laurent Destailleur (aka Eldy)
d97a91b83e Merge 2025-02-05 11:16:03 +01:00
Laurent Destailleur (aka Eldy)
769558ffb8 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-02-05 11:14:23 +01:00
Laurent Destailleur (aka Eldy)
dce7ed780e Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-02-05 11:11:08 +01:00
Laurent Destailleur (aka Eldy)
3ad51f2a19 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-02-05 11:10:51 +01:00
MDW
24fa28dfe2 Qual: Fix getKanban phpdoc
# Qual: Fix getKanban phpdoc

Array phpdoc for getKanban corrections.
2025-02-05 01:43:37 +01:00
Laurent Destailleur (aka Eldy)
732f97d73c Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-02-05 00:40:06 +01:00
Regis Houssin
064813d728 FIX wrong search filter, empty product unit is "none" 2025-02-04 05:11:40 +01:00
Laurent Destailleur
0578a5654f Merge pull request #32724 from FHenry/19_fix_priceupdate_list_when_multiprice
fix: allow list mass action update price when price mode is multiprice price
2025-02-02 02:38:53 +01:00
Laurent Destailleur (aka Eldy)
58134e840d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-01-30 13:14:15 +01:00
Laurent Destailleur (aka Eldy)
12da2ba814 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-30 13:12:44 +01:00
Laurent Destailleur (aka Eldy)
a8d3973a8d Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-01-30 12:58:03 +01:00
Laurent Destailleur (aka Eldy)
0cbedd4ff0 Fix warnings 2025-01-29 19:15:57 +01:00
Laurent Destailleur
1af487b8b2 Merge pull request #32747 from altairisfr/qty_multiple_sale
NEW: Add the "packaging" feature to round the quantities to some given multiples
2025-01-29 00:50:35 +01:00
Laurent Destailleur
995e0792e5 Fix escaping var 2025-01-29 00:44:39 +01:00
Laurent Destailleur
df4c9fe250 Merge pull request #32773 from atm-lucasmantegari/NEW/Adding_Products_Mails
NEW Can send mails from product
2025-01-29 00:04:57 +01:00
Frédéric France
fefb112a21 Merge remote-tracking branch 'upstream/develop' into clean_phpstan_baseline 2025-01-28 20:33:36 +01:00
Florian HENRY
353c373361 review price update 2025-01-28 19:31:46 +01:00
Laurent Destailleur (aka Eldy)
7b8f20da1c Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-28 19:30:30 +01:00
Frédéric France
23270663df fix phpstan 2025-01-28 18:43:05 +01:00
Frédéric France
a8d35dc6bb fix phpstan 2025-01-28 18:26:53 +01:00
Laurent Destailleur (aka Eldy)
bd8b9708cd Doc 2025-01-28 16:02:30 +01:00
Noé Cendrier
d57de9cc85 FIX: number display format 2025-01-28 15:51:46 +01:00
Noé Cendrier
f8ec4c2c91 FIX: var type 2025-01-28 15:46:20 +01:00
Noé Cendrier
966d079019 FIX: implement mdeweerd review 2025-01-28 15:31:08 +01:00
Laurent Destailleur (aka Eldy)
d71fe80ed7 Debug v21 2025-01-28 14:49:36 +01:00
VESSILLER
83bc7b70a0 Backport from v20 missing executeHooks printFieldListFrom in product list page 2025-01-28 13:34:49 +01:00
Laurent Destailleur
6eeb2d8a60 Merge branch 'develop' into NEW/Adding_Products_Mails 2025-01-27 15:37:55 +01:00
MDW
881e6712cf Qual: Fix last PhanPossiblyNullTypeMismatchProperty 2025-01-27 10:24:17 +01:00
MDW
a42bc6755c Qual: Fix PhanPluginUnknownPropertyType, PhanPossiblyUndeclaredVariable 2025-01-27 10:24:16 +01:00
ATM-Lucas
cd642e7e02 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW/Adding_Products_Mails 2025-01-27 10:23:27 +01:00
Laurent Destailleur
adae4f0fb3 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-27 01:37:52 +01:00
Laurent Destailleur
940e42c1e4 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-27 01:30:34 +01:00