New command to make sure opening balance currency information is correct.

This commit is contained in:
James Cole
2019-08-18 13:01:38 +02:00
parent 98ae0efb16
commit c218a12af7
8 changed files with 188 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
-->
<template>
<div class="form-group" v-bind:class="{ 'has-error': hasError()}" v-if="this.enabledCurrencies.length > 1">
<div class="form-group" v-bind:class="{ 'has-error': hasError()}" v-if="this.enabledCurrencies.length > 0">
<div class="col-sm-4">
<select class="form-control" ref="currency_select" name="foreign_currency[]"
v-if="this.enabledCurrencies.length > 0" @input="handleInput">