Edit: /app/models/packages.php
Replace: order(array('period' => "ASC", 'term' => "ASC"))->fetchAll();
With: order(array('period' => "DESC", 'term' => "DESC"))->fetchAll();
Edit: /app/models/packages.php
Replace: order(array('period' => "ASC", 'term' => "ASC"))->fetchAll();
With: order(array('period' => "DESC", 'term' => "DESC"))->fetchAll();