Overview
Comment:Fix export of a specific year
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: de170bd61ab813f5702714ee8c15b609fd8ef4e523201c413845b7679aac363f
User & Date: bohwaz on 2022-02-18 03:24:50
Other Links: manifest | tags
Context
2022-02-18
18:30
Fix error when referencing advance transaction name check-in: 4c25494b5c user: bohwaz tags: trunk, stable
03:24
Fix export of a specific year check-in: de170bd61a user: bohwaz tags: trunk, stable
03:24
Remove option to delete users from services and fees check-in: adfd9ac629 user: bohwaz tags: trunk, stable
Changes

Modified src/templates/acc/years/export.tpl from [43da2a1c1b] to [705beb44ee].

40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			</table>
		</dd>
		{/foreach}
	</dl>
</fieldset>

<p class="submit">
	<input type="hidden" name="id" value="{$year.id}" />
	{button type="submit" name="load" label="Télécharger" shape="download" class="main"}
</p>



</form>

{include file="admin/_foot.tpl"}







|








40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			</table>
		</dd>
		{/foreach}
	</dl>
</fieldset>

<p class="submit">
	<input type="hidden" name="year" value="{$year.id}" />
	{button type="submit" name="load" label="Télécharger" shape="download" class="main"}
</p>



</form>

{include file="admin/_foot.tpl"}