mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update payment.rb
This commit is contained in:
@@ -24,7 +24,7 @@ class Payment
|
||||
|
||||
payment.deposit_to_account_ref = Qbo.get_base(:account).service.fetch_by_id(@account_id)
|
||||
|
||||
payment.payment_method_ref = Qbo.get_base(:payment_method).service.fetch_by_id(@payment_id)
|
||||
payment.payment_method_ref = Qbo.get_base(:payment_method).service.fetch_by_id(@payment_method_id)
|
||||
|
||||
payment.total = @total_amount
|
||||
|
||||
|
||||
Reference in New Issue
Block a user