Skip to content

Commit

Permalink
fix: when tobill field is displayes SQL Error (#31358)
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry authored Oct 11, 2024
1 parent aa849f5 commit add1b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/tasks/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
$sql .= " GROUP BY p.rowid, p.ref, p.title, p.fk_statut, p.datee, p.fk_opp_status, p.public, p.fk_user_creat,";
$sql .= " s.nom, s.rowid,";
$sql .= " t.datec, t.dateo, t.datee, t.tms,";
$sql .= " t.rowid, t.ref, t.label, t.planned_workload, t.duration_effective, t.progress,t.budget_amount, t.fk_statut as status";
$sql .= " t.rowid, t.ref, t.label, t.planned_workload, t.duration_effective, t.progress,t.budget_amount, t.fk_statut";
// Add fields from extrafields
if (!empty($extrafields->attributes[$object->table_element]['label'])) {
foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) {
Expand Down

0 comments on commit add1b28

Please sign in to comment.