We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f31da commit f137074Copy full SHA for f137074
htdocs/compta/cashcontrol/report.php
@@ -253,7 +253,7 @@
253
254
// Date ope
255
print '<td class="nowrap left">';
256
- print '<span id="dateoperation_'.$objp->rowid.'">'.dol_print_date($db->jdate($objp->do), "day")."</span>";
+ print '<span id="dateoperation_'.$objp->facid.'">'.dol_print_date($db->jdate($objp->do), "day")."</span>";
257
print "</td>\n";
258
if (!$i) {
259
$totalarray['nbfield']++;
0 commit comments