Allow user to split unsplit journal

This commit is contained in:
James Cole
2016-05-20 07:51:26 +02:00
parent 0347649f42
commit ed948cc965
3 changed files with 21 additions and 9 deletions

View File

@@ -41,7 +41,7 @@
<!-- FREE FORMAT DESTINATION ACCOUNT ONLY FOR EXPENSES -->
{{ ExpandedForm.text('destination_account_name',null, {label: trans('form.expense_account')}) }}
<!-- SELECTABLE DESTINATION ACCOUNT ONLY FOR TRANSFERS -->
<!-- SELECTABLE DESTINATION ACCOUNT ONLY FOR TRANSFERS AND DEPOSITS -->
{{ ExpandedForm.select('destination_account_id',assetAccounts, null, {label: trans('form.asset_destination_account')} ) }}