mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 10:52:37 +01:00
bug fix for: https://github.com/Dolibarr/dolibarr/issues/34939
This commit is contained in:
@@ -1773,6 +1773,7 @@ if ($resql) {
|
||||
$objectstatic->note_public = $obj->note_public;
|
||||
$objectstatic->note_private = $obj->note_private;
|
||||
$objectstatic->statut = $obj->fk_statut;
|
||||
$objectstatic->status = $obj->fk_statut;
|
||||
|
||||
if ($mode == 'kanban') {
|
||||
if ($i == 0) {
|
||||
|
||||
Reference in New Issue
Block a user