Ignore:
Timestamp:
Nov 18, 2014 5:50:05 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php

    r559 r569  
    330330                                                                        Từ
    331331                                </th>
    332                                 <th>Số tiền</th>
     332                                <th>Số tiền (VNĐ)</th>
    333333
    334334                                <th>
     
    346346                                                                <?php echo $paidlog['source']; ?>
    347347                                </td>
    348                                 <td><?php echo $paidlog['amount']; ?></td>
     348                                <td><?php echo number_format($paidlog['amount'], 0); ?></td>
    349349                                <td><?php echo date('d-m-Y H:i:s', strtotime($paidlog['paid_time']));?></td>
    350350                            </tr>
Note: See TracChangeset for help on using the changeset viewer.