mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-12-30 06:31:00 -05:00
Add txn_date to invoice & estimate databse
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user