|
@@ -781,7 +781,7 @@ class GenController {
|
|
|
$linkTarget = $method->exitURL;
|
|
|
|
|
|
if(substr($column, -3) === '_at') {
|
|
|
- $columnValue = "<?= friendly_date_time(\$record->$column) ?>";
|
|
|
+ $columnValue = "<?= friendly_date_time(\$subRecord->$column) ?>";
|
|
|
}
|
|
|
|
|
|
// check if this column has column spec
|