Removed the data-entry-type attribute from the journal entry editor form. The entry type is passed by the object. There is no need to store this information in the HTML anymore.

This commit is contained in:
依瑪貓 2023-03-13 19:49:43 +08:00
parent c306ff8009
commit 7155bf635a

View File

@ -19,7 +19,7 @@ journal-entry-editor-modal.html: The modal of the journal entry editor
Author: imacat@mail.imacat.idv.tw (imacat)
First written: 2023/2/25
#}
<form id="accounting-entry-editor" data-entry-type="">
<form id="accounting-entry-editor">
<div id="accounting-entry-editor-modal" class="modal fade" tabindex="-1" aria-labelledby="accounting-entry-editor-modal-label" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">