Overview
Comment:Fix missing table cell
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 63af30defdb5009875fdcfd968d7a1c5b5399cad
User & Date: bohwaz on 2020-11-12 23:47:54
Other Links: branch diff | manifest | tags
Context
2020-11-13
00:02
Fix: when opening a year and there is no closed year, you can't do an opening balance check-in: 1b03be0b79 user: bohwaz tags: dev
2020-11-12
23:47
Fix missing table cell check-in: 63af30defd user: bohwaz tags: dev
23:46
Fix start and end date of new year check-in: 4d1ef0782e user: bohwaz tags: dev
Changes

Modified src/templates/acc/years/balance.tpl from [73747311a4] to [c39bf785b1].

58
59
60
61
62
63
64

65

66
67
68
69
70
71
72
					<td>{button label="Enlever la ligne" shape="minus" min="1" name="remove_line"}</td>
				</tr>
			{/foreach}
			</tbody>
			<tfoot>
				<tr>
					<th>Total</th>

					<td></td>

					<td>{input type="money" name="debit_total" readonly="readonly" tabindex="-1" }</td>
					<td>{input type="money" name="credit_total" readonly="readonly" tabindex="-1" }</td>
					<td>{button label="Ajouter une ligne" shape="plus"}</td>
				</tr>
			</tfoot>
		</table>
		{/if}







>
|
>







58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
					<td>{button label="Enlever la ligne" shape="minus" min="1" name="remove_line"}</td>
				</tr>
			{/foreach}
			</tbody>
			<tfoot>
				<tr>
					<th>Total</th>
					{if $chart_change}
						<td></td>
					{/if}
					<td>{input type="money" name="debit_total" readonly="readonly" tabindex="-1" }</td>
					<td>{input type="money" name="credit_total" readonly="readonly" tabindex="-1" }</td>
					<td>{button label="Ajouter une ligne" shape="plus"}</td>
				</tr>
			</tfoot>
		</table>
		{/if}