How to get the lists of archived data on backend?
I have set archivable options on
config/my_module_fuel_modules.php
as so:
$config['modules']['invoice_orders'] = array('archivable' => TRUE)
I searched for options to view the archived data. but I can't find on the forum and user_guide.
Comments