Laurent Destailleur
df6dfc34e9
Merge pull request #24268 from bloxera/fix_for_extrafields_parseexpression
...
Fix #24267 : loading the extrafields of the related product in dynamic price expression
2023-03-19 14:18:44 +01:00
Laurent Destailleur
4cd5acdec3
Merge pull request #24266 from bloxera/fix_for_hook_parseexpression
...
Fix #24260 : Fix of hook in parseExpression for dynamic prices
2023-03-19 14:16:36 +01:00
Laurent Destailleur
d3f679f2b1
Fix sql regression
2023-03-19 12:54:11 +01:00
Laurent Destailleur
c895f366a1
Fix sql
2023-03-19 11:36:06 +01:00
Laurent Destailleur
502badad4b
Better error management
2023-03-19 11:32:46 +01:00
priojk
4a79bf2667
Sickler: indentation
2023-03-19 11:10:01 +01:00
priojk
72860e3385
Fix: loading the extrafields of the related product
2023-03-19 11:03:05 +01:00
priojk
ff1d6ff040
fixed hook (correct return value, option to change params)
2023-03-19 10:32:39 +01:00
Laurent Destailleur
83174ee703
Fix date
2023-03-18 16:53:40 +01:00
Laurent Destailleur
bfc3ccb56c
Fix label
2023-03-18 16:51:20 +01:00
Laurent Destailleur
6e17c0c961
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-03-18 10:51:07 +01:00
Laurent Destailleur
9f2fb17446
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-03-18 10:48:43 +01:00
Laurent Destailleur
b81cb7e963
Merge pull request #24070 from Daviid-P/ignore_localtaxes_if_localtax_type_zero
...
Ignore localtaxes if localtax1_type or localtax2_type is 0
2023-03-18 10:48:23 +01:00
Laurent Destailleur
8d2a3a863d
Add phpunit for get_localtax_by_third
2023-03-18 10:48:09 +01:00
Laurent Destailleur
91cf865583
Update functions.lib.php
2023-03-18 10:41:07 +01:00
Laurent Destailleur
e05e57aff5
Merge pull request #24253 from simnandez/17.0
...
FIX #24240 Dolibarr V17.0.0 PHP8 fatal error
2023-03-18 10:33:02 +01:00
Laurent Destailleur
d1f79fabfb
Update card-rec.php
2023-03-18 10:32:45 +01:00
Laurent Destailleur
bd027dc71e
Update card-rec.php
2023-03-18 10:31:54 +01:00
Laurent Destailleur
9e0c822512
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-03-18 10:30:11 +01:00
Laurent Destailleur
4ef435e286
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-03-18 10:24:52 +01:00
Juanjo Menent
21102244a2
Most efficient solution to fatal error
2023-03-18 07:38:17 +01:00
Juanjo Menent
eccc016e2c
Merge remote-tracking branch 'upstream/17.0' into 17.0
2023-03-18 07:36:59 +01:00
Laurent Destailleur
05de5d7e9f
Merge pull request #24206 from noec764/14_AddContextFor_selectForFormsListWhere_hook
...
FIX: Add more context for selectForFormsListWhere Hook
2023-03-18 02:35:57 +01:00
Laurent Destailleur
926c99f913
Update html.form.class.php
2023-03-18 02:35:31 +01:00
Laurent Destailleur
4de09b7813
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-03-18 01:56:34 +01:00
Laurent Destailleur
0d090e90d5
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-03-18 01:37:03 +01:00
Laurent Destailleur
c90016b8e5
Prepare 16.0.5
2023-03-18 01:36:51 +01:00
Laurent Destailleur
26c424b41e
Code comment
2023-03-18 01:29:00 +01:00
Laurent Destailleur
f49ad63bcb
Missing trans
2023-03-18 01:20:14 +01:00
Laurent Destailleur
54d8b9baf4
Clean label of option. Fix css
2023-03-18 00:42:21 +01:00
Laurent Destailleur
66643a0dc6
Fix phpcs
2023-03-18 00:33:51 +01:00
Laurent Destailleur
d8f3d8afef
Merge pull request #24247 from noec764/FIX_Add_Hook_on_ticket_libStatut
...
FIX: Add missing hook on LibStatut
2023-03-17 23:13:20 +01:00
Juanjo Menent
a4683e614d
Fix #24186 V17.0.0 Product listing, Barcode column appears empty
2023-03-17 22:52:01 +01:00
stickler-ci
1073944cf4
Fixing style errors.
2023-03-17 21:27:57 +00:00
Juanjo Menent
5351fe75ac
Fix #24240 Dolibarr V17.0.0 PHP8 fatal error
2023-03-17 22:13:09 +01:00
Laurent Destailleur
51f52feda6
Fix missing ip
2023-03-17 21:09:43 +01:00
Laurent Destailleur
2d0b855de7
Fix param FILTER_VALIDATE_EMAIL
2023-03-17 21:00:18 +01:00
Laurent Destailleur
9ade245774
Fix responsive
2023-03-17 20:12:38 +01:00
Laurent Destailleur
62ec69770b
Fix responsive
2023-03-17 20:06:45 +01:00
Laurent Destailleur
f39bf7a43c
Debug v17
2023-03-17 19:09:31 +01:00
Mickaël 'lastmikoi' FALCK
59b02a9f49
FIX #24138 Fix box_birthdays SQL for postgres
...
PR #21631 's implementation causes issues with PostgreSQL and potentially
other stricter RDBMSes, indeed doing an ORDER BY using a function is not
supported.
In this fix we're computing the day of each user birthday and
employment day in the SELECT columns, and use those columns as a sorting
key.
2023-03-17 18:48:25 +01:00
Laurent Destailleur
1a89a7ea5c
FIX #24138 FIX #24238
2023-03-17 18:16:30 +01:00
Laurent Destailleur
3961fa7a97
Fix test on $resql
2023-03-17 18:05:45 +01:00
Florent Poinsaut
17807ea00c
Fix line edition in supplier order
2023-03-17 17:59:02 +01:00
Laurent Destailleur
e394ee0144
Fix regression
2023-03-17 16:29:40 +01:00
Jyhere
99d0f5c5d2
FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right
2023-03-17 16:26:21 +01:00
Noé Courtier
e618eb3e64
FIX: Add missing hook on LibStatut
2023-03-17 10:58:41 +01:00
Laurent Destailleur
db5f414839
Merge pull request #24245 from hregis/fix_right_access_problem
...
FIX FILTER_VALIDATE_EMAIL param is not a string
2023-03-17 09:03:23 +01:00
Regis Houssin
bb7b69ef43
FIX FILTER_VALIDATE_EMAIL param is not a string
2023-03-17 06:43:15 +01:00
Laurent Destailleur
34ff43f2ec
css
2023-03-17 02:04:04 +01:00