This commit is contained in:
James Cole
2017-02-11 18:35:16 +01:00
parent b5a005dcc5
commit dcc2b9c1cb
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
{% if what == 'asset' %}
{{ ExpandedForm.balance('openingBalance') }}
{{ ExpandedForm.date('openingBalanceDate', phpdate('Y-m-d')) }}
{{ ExpandedForm.date('openingBalanceDate') }}
{{ ExpandedForm.select('accountRole', roles,null,{'helpText' : 'asset_account_role_help'|_}) }}
{{ ExpandedForm.balance('virtualBalance') }}
{% endif %}