Commit Graph

107465 Commits

Author SHA1 Message Date
Laurent Destailleur
fb3bbee0a3
Merge pull request #22938 from Daviid-P/15.0
FIX Broken Permissions check, $object is null.
2022-11-23 12:22:21 +01:00
Laurent Destailleur
2f0880020c Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-11-23 12:02:25 +01:00
Laurent Destailleur
9ee4c73036 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-11-23 11:58:59 +01:00
Laurent Destailleur
c9930ee6ce Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-11-23 11:58:46 +01:00
David Pareja Rodriguez
05e850dbfc FIX Broken Permissions check, $object is null.
This code was probably copy&paste'd from `htdocs/compta/prelevement/card.php` where the `$object` variable exists.

On `htdocs/compta/prelevement/line.php` `$object` is not defined, and `$type` come from the `$type = GETPOST('type', 'aZ09');` which ends up being overwritten with null.
2022-11-23 11:58:21 +01:00
Laurent Destailleur
a59bdfba0c Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0 2022-11-23 00:00:47 +01:00
Laurent Destailleur
5ad7894849 Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 12.0 2022-11-22 22:05:43 +01:00
Laurent Destailleur
2c1571c514 Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0 2022-11-22 22:05:33 +01:00
Laurent Destailleur
f782ac6654 Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2022-11-22 22:03:47 +01:00
Laurent Destailleur
1e54e695b2 Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2022-11-22 22:00:59 +01:00
Laurent Destailleur
f2eb3c1a55
Merge pull request #22919 from atm-maxime/11.0
Fix API right check
2022-11-22 21:40:12 +01:00
Laurent Destailleur
41a970c90f
Merge pull request #22922 from ATM-Nicolas/fix_sql_request_parenthesis
FIX sql request parenthesis
2022-11-22 21:39:11 +01:00
Laurent Destailleur
f3b7b7b41c
Merge pull request #22932 from josett225/14.0
FIX PaymentBankTransfer Type page management with Select and Input on create.php
2022-11-22 21:32:23 +01:00
stickler-ci
76fdf0006d Fixing style errors. 2022-11-22 20:17:37 +00:00
josett225
e38ef6bc8c Update create.php 2022-11-22 21:03:28 +01:00
ATM-Nicolas
3d9b2a1676 FIX : SQL request parenthesis 2022-11-22 15:32:37 +01:00
Maxime Kohlhaas
7be0e0da1c Fix API right check 2022-11-22 13:46:42 +01:00
Laurent Destailleur
cc200a501f
Merge pull request #22906 from josett225/14.0
FIX PaymentBankTransfer Line page management with Select and Input
2022-11-21 21:12:32 +01:00
josett225
19273c8da1 Fix PaymentBankTransfer Line page management with Select and Input 2022-11-20 05:33:31 +01:00
Laurent Destailleur
53eb370c4e
Merge pull request #22863 from FHenry/fix_sec_dol_eval
FIX: base64_decode shloud be forbiden in dol_eval
2022-11-17 10:26:19 +01:00
Laurent Destailleur
23feae3ee2 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-11-16 20:07:51 +01:00
Laurent Destailleur
aaa2ad710c Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-11-16 20:06:06 +01:00
Laurent Destailleur
45e3f19bd7 Fix remove files not expected 2022-11-16 20:05:52 +01:00
Laurent Destailleur
844a46cd58
Merge pull request #22864 from Easya-Solutions/14.0_fix-mailing-card-merge-errors
FIX merge errors on mailing card
2022-11-16 11:37:58 +01:00
VESSILLER
10154cc357 FIX remove not initialized variable 2022-11-16 11:05:39 +01:00
VESSILLER
6e33d1e2b1 FIX merge errors on mailing card 2022-11-16 10:48:25 +01:00
Florian HENRY
85aa9f7481 FIX: base64_decode shloud be forbiden in dol_eval 2022-11-16 09:32:14 +01:00
Laurent Destailleur
3b1058ed72 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-11-15 19:44:55 +01:00
Laurent Destailleur
8ea9f11664 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-11-15 19:40:44 +01:00
Laurent Destailleur
81187106c1 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-11-15 19:40:36 +01:00
Laurent Destailleur
f4b1d31013 Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0 2022-11-15 19:36:37 +01:00
Laurent Destailleur
bb01ad7d9a
Merge pull request #22850 from daraelmin/patch-4
FIx #18304 No adh create if error on public form
2022-11-15 13:12:02 +01:00
stickler-ci
c81c91755d Fixing style errors. 2022-11-15 10:55:09 +00:00
daraelmin
cd2b9538c1
FIx #18304 No adh create if error on public form
FIX #18304 - Member subscription confirmation email sent even if mandatory fields are missing
2022-11-15 11:51:20 +01:00
Laurent Destailleur
90b44fc184
Merge pull request #22743 from noec764/14_FixAssetsExtraFieldsList
FIX: Wrong extrafields element in assets list
2022-11-14 22:16:31 +01:00
Laurent Destailleur
0d7c9b0a84 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-11-14 22:02:49 +01:00
Laurent Destailleur
b766e6de66 FIX #22786 2022-11-14 21:08:54 +01:00
Laurent Destailleur
c657a8b5d4
Merge pull request #22839 from Hystepik/develop_v15#1
Fix #11555 : Message display on adherent public
2022-11-14 20:36:12 +01:00
lmarcouiller
eb63c8c5c6 Fix #11555 : Message display on adherent public 2022-11-14 15:32:16 +01:00
Laurent Destailleur
7205901437
Merge pull request #22808 from frederic34/patch-7
fix extrafields create in holiday card
2022-11-12 12:37:58 +01:00
Laurent Destailleur
fc8a136a34
Merge pull request #22818 from thomas-Ngr/14.0_fix_supplier_proposal_line_clone_subprice_zero
Fix supplier proposal clone : when a line subprice is empty, it should be saved as 0 in the Database, not null.
2022-11-12 12:37:17 +01:00
Laurent Destailleur
2155d56095 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-11-11 14:58:28 +01:00
Laurent Destailleur
886fa7a812 Fix phpcs 2022-11-11 14:57:02 +01:00
Thomas Negre
dba6c68181 Fix supplier proposal clone : when a line subprice is empty, it should be saved as 0 in the Database, not null. 2022-11-10 16:55:23 +01:00
Frédéric FRANCE
5a1f1bf058
Update list.php 2022-11-10 10:12:46 +01:00
Frédéric FRANCE
8cb7b7e8ef
fix extrafields create in holiday card 2022-11-10 10:03:51 +01:00
Laurent Destailleur
026404657d
Merge pull request #22747 from FHenry/14_fix_notif
fix: bad SQL parenthesis in notification
2022-11-07 19:00:21 +01:00
Laurent Destailleur
145176642c
Merge pull request #22762 from aspangaro/15p4
FIX Accountancy - Better warning for situation invoice in index
2022-11-07 18:46:00 +01:00
Alexandre SPANGARO
221ce01cdc FIX Accountancy - Better warning for situation invoice in index 2022-11-05 08:02:56 +01:00
Florian HENRY
d375aca2c8 fix bad SQL parenthesis in notification 2022-11-04 11:29:52 +01:00