mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Withdrawal directly from Piggy Bank - Fixes #6631
This commit is contained in:
committed by
ChrisWin22
parent
6d0906c37b
commit
74992e95f2
@@ -18,7 +18,7 @@
|
||||
- along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<div v-if="typeof this.transactionType !== 'undefined' && this.transactionType === 'Transfer'"
|
||||
<div v-if="typeof this.transactionType !== 'undefined'"
|
||||
class="form-group"
|
||||
v-bind:class="{ 'has-error': hasError()}">
|
||||
<div class="col-sm-12 text-sm">
|
||||
|
Reference in New Issue
Block a user