Overview
Comment:Change label
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 46ef3b798d7d94a0bcf79772fab45a1b5b64b1abefebb575ab93eddcc30abb5a
User & Date: bohwaz on 2022-01-05 23:02:40
Other Links: manifest | tags
Context
2022-01-06
00:42
Don't use links but buttons to switch between old services and current ones check-in: 38a877f869 user: bohwaz tags: trunk, stable
2022-01-05
23:02
Change label check-in: 46ef3b798d user: bohwaz tags: trunk, stable
22:55
Fix analytical project comparison check-in: 3b0e554fa6 user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/acc/years/new.php from [6c6bdbf225] to [caf2a0665e].

31
32
33
34
35
36
37
38
39
40
41
42
43
44
		Utils::redirect(ADMIN_URL . 'acc/years/balance.php?from=' . $old_id . '&id=' . $year->id());
	}
}, 'acc_years_new', '!acc/years/');

$new_dates = Years::getNewYearDates();
$year->start_date = $new_dates[0];
$year->end_date = $new_dates[1];
$year->label = $year->label_years();

$tpl->assign(compact('year'));

$tpl->assign('charts', Charts::listByCountry(true));

$tpl->display('acc/years/new.tpl');







|






31
32
33
34
35
36
37
38
39
40
41
42
43
44
		Utils::redirect(ADMIN_URL . 'acc/years/balance.php?from=' . $old_id . '&id=' . $year->id());
	}
}, 'acc_years_new', '!acc/years/');

$new_dates = Years::getNewYearDates();
$year->start_date = $new_dates[0];
$year->end_date = $new_dates[1];
$year->label = sprintf('Exercice %s', $year->label_years());

$tpl->assign(compact('year'));

$tpl->assign('charts', Charts::listByCountry(true));

$tpl->display('acc/years/new.tpl');