mirror of
https://github.com/we-promise/sure.git
synced 2026-04-25 23:14:10 +00:00
Add reconciliation manager (#2459)
* Add reconciliation manager * Fix notes editing
This commit is contained in:
@@ -44,10 +44,7 @@
|
||||
url: valuation_path(entry),
|
||||
method: :patch,
|
||||
class: "space-y-2",
|
||||
data: { controller: "auto-submit-form" } do |f| %>
|
||||
<%= f.hidden_field :date, value: entry.date %>
|
||||
<%= f.hidden_field :amount, value: entry.amount %>
|
||||
<%= f.hidden_field :currency, value: entry.currency %>
|
||||
data: { controller: "auto-submit-form", auto_submit_form_trigger_event_value: "blur" } do |f| %>
|
||||
<%= f.text_area :notes,
|
||||
label: t(".note_label"),
|
||||
placeholder: t(".note_placeholder"),
|
||||
|
||||
Reference in New Issue
Block a user