Department Issue fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-07-30 03:53:36 +05:30
parent cec76bfe02
commit 2d2048addf

View File

@ -278,7 +278,7 @@
$dt = new DateTime($record->updatedOn );
$updatedOn = $dt->format('d-m-y');
echo $updatedOn ; ?></td>
<td><?php echo $record->Remarks ; ?>
<td><?php echo $record->storeremarks ; ?>
</td>
</tr>