Skip to content

Commit f137074

Browse files
authored
FIX: cash control report: php warning (#34358)
1 parent f8f31da commit f137074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/compta/cashcontrol/report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253

254254
// Date ope
255255
print '<td class="nowrap left">';
256-
print '<span id="dateoperation_'.$objp->rowid.'">'.dol_print_date($db->jdate($objp->do), "day")."</span>";
256+
print '<span id="dateoperation_'.$objp->facid.'">'.dol_print_date($db->jdate($objp->do), "day")."</span>";
257257
print "</td>\n";
258258
if (!$i) {
259259
$totalarray['nbfield']++;

0 commit comments

Comments
 (0)