This commit is contained in:
James Cole 2019-08-13 16:45:04 +02:00
parent 71a501868f
commit 843cced454
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 1 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<input type="date" class="form-control" :name="name"
:title="title" autocomplete="off"
ref="date"
:value="value" @input="handleInput"
:value="value.substr(0,10)" @input="handleInput"
:placeholder="title">
<ul class="list-unstyled" v-for="error in this.error">
<li class="text-danger">{{ error }}</li>

View File

@ -396,7 +396,6 @@
},
budget: transaction.budget_id,
tags: newTags,
//tags: 'abc',
custom_fields: {
interest_date: transaction.interest_date,
book_date: transaction.book_date,
@ -415,7 +414,6 @@
id: transaction.source_id,
name: transaction.source_name,
type: transaction.source_type,
// i dont know these
currency_id: transaction.currency_id,
currency_name: transaction.currency_name,
currency_code: transaction.currency_code,