Ignore:
Timestamp:
Nov 20, 2014 6:23:16 PM (10 years ago)
Author:
quyenla
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/controllers/home.php

    r586 r587  
    153153            $percent[$index]['class']="down";
    154154            $percent[$index]['display']="giảm";
     155            $percent[$index]['value']="n/a";
     156            if (($top['this_month'][$index]>0)&&($top['last_month'][$index]>0))
     157            {
    155158            $percent[$index]['value']=round((($top['this_month'][$index] / $top['last_month'][$index])*100),1);
    156159            if ($top['this_month'][$index] > $top['last_month'][$index])
     
    158161               $percent[$index]['class']="up";
    159162               $percent[$index]['display']="tăng";
     163            }
    160164            }
    161165        }
Note: See TracChangeset for help on using the changeset viewer.