2
0
mirror of https://github.com/frappe/books.git synced 2025-02-10 16:08:35 +00:00

fix: Journal Entry Reference Date reflects referenceDate

This commit is contained in:
18alantom 2021-12-16 15:54:01 +05:30 committed by Alan
parent 3e51c9f857
commit 6fdbad1882

View File

@ -71,7 +71,7 @@
<FormControl
class="mt-2"
:df="meta.getField('referenceDate')"
:value="doc.date"
:value="doc.referenceDate"
:placeholder="'Reference Date'"
@change="(value) => doc.set('referenceDate', value)"
input-class="bg-gray-100 px-3 py-2 text-base"