Skip to content

Commit

Permalink
Debug v20
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 29, 2024
1 parent eb4474d commit 1b57594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/supplier_proposal/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@
// TODO Use a cache on user
$userstatic->fetch($obj->fk_user_author);
$objectstatic->delivery_date = $obj->dp;
print $objectstatic->getKanbanView('', array('thirdparty' => $companystatic, 'userauthor' => $userstatic, 'selected' => in_array($obj->id, $arrayofselected)));
print $objectstatic->getKanbanView('', array('thirdparty' => $companystatic, 'userauthor' => $userstatic, 'selected' => in_array($obj->rowid, $arrayofselected)));
if ($i == ($imaxinloop - 1)) {
print '</div>';
print '</td></tr>';
Expand Down

0 comments on commit 1b57594

Please sign in to comment.