Correction typos
This commit is contained in:
parent
668e739519
commit
9bfc389fa2
2 changed files with 4 additions and 5 deletions
|
|
@ -188,11 +188,10 @@
|
|||
<td>
|
||||
{{:assign var="unfinished_account.%s.%s"|args:$code:$code value="%s — "|args:$code|cat:$elem.label}}
|
||||
{{:assign var="current_account" from="unfinished_account.%s"|args:$code}}
|
||||
|
||||
{{:input
|
||||
type="list"
|
||||
name="unfinished_accounts[]"
|
||||
target="!acc/charts/accounts/selector.php?codes=%s*&id_year=%d"|args:$code::$selected_year
|
||||
target="!acc/charts/accounts/selector.php?codes=%s*&id_year=%d"|args:$code:$selected_year
|
||||
default=$current_account
|
||||
}}
|
||||
</td>
|
||||
|
|
@ -226,7 +225,7 @@
|
|||
<script type="text/javascript" async="async">
|
||||
|
||||
// bouton - : supprimer une ligne
|
||||
var lines = $('.transaction-lines tbody tr');
|
||||
let lines = $('.transaction-lines tbody tr');
|
||||
lines.forEach(initLine);
|
||||
|
||||
// bouton + : dupliquer une ligne de la 1ère table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue