mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
Fix: doublon
This commit is contained in:
@@ -233,7 +233,7 @@ class ActionComm extends CommonObject
|
||||
$sql.= " a.datec,";
|
||||
$sql.= " a.durationp,";
|
||||
$sql.= " a.tms as datem,";
|
||||
$sql.= " a.note, a.label, a.fk_action as type_id,";
|
||||
$sql.= " a.note, a.label,";
|
||||
$sql.= " a.fk_soc,";
|
||||
$sql.= " a.fk_project,";
|
||||
$sql.= " a.fk_user_author, a.fk_user_mod,";
|
||||
|
||||
Reference in New Issue
Block a user