Hi
To fix this, open ../gk_finance_com/lib/php/gk_setup.php
find this line
- Code: Select all
$_date = $this->params->get("_date", 1);
change to
- Code: Select all
$_date = $this->params->get("date", 1);
Should be good now.
This will be added in next revision of this template.
Cheers