Added Estimate date

This commit is contained in:
2022-02-20 17:19:56 -05:00
parent 70e6038215
commit 8c735d3921
2 changed files with 31 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<% @customer.qbo_estimates.each do |estimate| %>
<div class="row">
<b><%= link_to "##{estimate.doc_number}", estimate_path(estimate), target: :_blank %> </b>
<b><%= link_to "##{estimate.doc_number}", estimate_path(estimate), target: :_blank %></b> <%= estimate.txn_date %>
</div>
<% end %>