2
0
forked from Wavyzz/dolibarr
Commit Graph

676 Commits

Author SHA1 Message Date
Laurent Destailleur
7e994e4439 Fix error message 2023-10-24 19:45:56 +02:00
Laurent Destailleur
69e7a76aee Fix log level 2023-10-24 19:28:28 +02:00
Laurent Destailleur
8ea84c5bb5 FIX error of webhook not returned 2023-10-24 19:27:04 +02:00
Laurent Destailleur
15e927be31 FIX Bad name for trigger in HRM module 2023-10-17 14:46:51 +02:00
Regis Houssin
5476725066 FIX missing load group members for ldap synchro (#26167)
* FIX missing load group members for ldap synchro

* FIX missing load group members during fetch group
2023-10-10 18:37:50 +02:00
Laurent Destailleur
c40bb198ca Add log info to help debug trouble with object changing entity 2023-09-22 13:16:07 +02:00
Laurent Destailleur
82f69c68b1 Fix bad var 2023-09-03 20:23:58 +02:00
Francis Appels
71e145d852 Merge remote-tracking branch 'Dolibarr/18.0' into 18_fix_mass_bill_reception 2023-08-22 10:18:44 +02:00
Francis Appels
c06282358c Fix validate supplier invoice should also set closed reception billed. Related to #25530 2023-08-22 10:16:12 +02:00
Laurent Destailleur
a329abb1dd Fix warning 2023-08-15 00:29:14 +02:00
Laurent Destailleur
4445d9b489 Debug v18 - audit event not completely saved. Fix warnings 2023-08-14 21:43:24 +02:00
Laurent Destailleur
8646b826e0 Debug v18 2023-08-05 14:09:11 +02:00
jyhere
fe09500e91 FIX: workflow for closing supplier order dn't work (wrong source type) (#25407)
* FIX: workflow for closing supplier order dn't work (wrong source type)

* FIX: sql error when passing origin and origin id, no need to pass theses values

$object->origin is set to "commandeFournisseur', and it's definitively not working with the setStatus method.
SQL error : Table 'dolibarr.llx_commandeFournisseur' doesn't exist

I suppose origin should never be set to commandeFournisseur, but 'order_supplier' instead. Also, setStatus() $elementType is meant to be a table_element value, not an element value.

* Update interface_20_modWorkflow_WorkflowManager.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-07-23 21:47:13 +02:00
Laurent Destailleur
43a38904f3 Merge pull request #25225 from ATM-Consulting/fix_18.0_php8.2_fatal_in_blockedlog
float casting empty value
2023-06-30 20:07:01 +02:00
atm-greg
b727d7d89d Update htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php 2023-06-30 12:23:40 +02:00
Frédéric FRANCE
e74d8fa54d use isModEnabled 2023-06-29 14:04:39 +02:00
root
e40a2a056f float casting empty value 2023-06-29 10:50:18 +02:00
Laurent Destailleur
886eaa9117 Fix error management and better merging behaviour 2023-06-15 12:48:12 +02:00
Laurent Destailleur
fe9521b6b2 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-21 17:34:34 +02:00
Laurent Destailleur
421f7ecff4 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-05-21 11:36:42 +02:00
Laurent Destailleur
6350df54e8 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-05-21 11:22:36 +02:00
Laurent Destailleur
7167ff89b3 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-05-21 11:21:27 +02:00
stickler-ci
b70676cc1f Fixing style errors. 2023-05-17 21:47:51 +00:00
daraelmin
8fa581f936 FIX #24798 Deleting member subscription is not possible
object subscription has no getfullname method, it's in adherent class
2023-05-17 22:59:51 +02:00
Laurent Destailleur
c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
1c3264ee0a Merge pull request #24443 from altairis-benjamin/ticketAssignNotification
NEW Send a notification email when ticket assigned
2023-04-24 16:47:24 +02:00
Laurent Destailleur
6cb1424824 Removed a message non expected in a lot of cases 2023-04-24 15:33:14 +02:00
Frédéric FRANCE
fee9dec15a use isModEnabled 2023-04-19 13:58:08 +02:00
Frédéric FRANCE
fa849696fb use isModEnabled 2023-04-18 20:16:02 +02:00
Laurent Destailleur
9a420b8f41 Clean code 2023-04-18 16:15:27 +02:00
stickler-ci
011013fd87 Fixing style errors. 2023-04-05 15:33:46 +00:00
Benjamin Falière
24262f58ac NEW Send an email when ticket assigned 2023-04-05 17:23:58 +02:00
Laurent Destailleur
76ab7136f2 Clean code 2023-03-19 15:22:21 +01:00
Laurent Destailleur
54d1250887 Merge + Clean duplicate trigger code. We must use the context. 2023-03-02 02:19:24 +01:00
Laurent Destailleur
14a59483f5 Debug v17 2023-03-01 23:50:02 +01:00
Laurent Destailleur
f6271d83db Debug v17 2023-03-01 19:28:32 +01:00
Laurent Destailleur
a64ed59e18 Merge 2023-02-23 22:25:56 +01:00
Laurent Destailleur
2ee3426b5a Merge pull request #23833 from marc-dll/15.0_FIX_PHP8_compatibility
FIX: various PHP8 compatibility fixes
2023-02-22 16:07:13 +01:00
Laurent Destailleur
fb4e3ec123 Debug v17 2023-02-22 15:50:46 +01:00
Marc de Lima Lucio
5feb334da2 Merge branch '17.0' of https://github.com/Dolibarr/dolibarr into 15.0_FIX_PHP8_compatibility 2023-02-14 09:16:43 +01:00
Marc de Lima Lucio
da0daa49da FIX: some more PHP8 comptability fixes 2023-02-09 18:01:59 +01:00
Laurent Destailleur
5867b62496 Fix do not change password if same 2023-01-16 11:00:34 +01:00
Laurent Destailleur
acc30da1fe Fix do not change password if same 2023-01-16 10:57:31 +01:00
Laurent Destailleur
cdb9aa5ba0 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-30 13:29:06 +01:00
Laurent Destailleur
54936c916c Fix MO hang when no thirdparties are set 2022-12-30 13:27:12 +01:00
Laurent Destailleur
534db40d87 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-12-30 04:15:10 +01:00
Ferran Marcet
0a454dfa7a New: Register project closing automatically in the agenda 2022-12-20 12:44:38 +01:00
Laurent Destailleur
1102dc272e Debug log inalterable to allow tracking of stock movement 2022-12-14 22:04:09 +01:00
VESSILLER
a06dd9f869 FIX fetch object in member subscription modify trigger for events 2022-12-01 15:38:21 +01:00
Laurent Destailleur
1eff913fda Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-11-04 21:02:14 +01:00