// And now it works!

This commit is contained in:
Damien Metzger
2013-11-05 15:02:36 +01:00
parent a5552f3f85
commit 9a86f2c32b
4 changed files with 16 additions and 24 deletions
@@ -30,6 +30,7 @@ class AdminDashgoalsController extends ModuleAdminController
public function ajaxProcessChangeConfYear()
{
$year = (int)Tools::getValue('year');
Configuration::updateValue('PS_DASHGOALS_CURRENT_YEAR', $year);
$months = $this->module->setMonths($year);
$this->context->smarty->assign(array(