Add txn_date to invoice & estimate databse

This commit is contained in:
2022-02-20 17:40:41 -05:00
parent 02b4f1eb43
commit 255af13b20
3 changed files with 18 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ class QboEstimate < ActiveRecord::Base
qbo_estimate.doc_number = estimate.doc_number
qbo_estimate.customer_id = estimate.customer_ref.value
qbo_estimate.id = estimate.id
qbo_estimate.txn_date = estimate.txn_date
qbo_estimate.save!
end