mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 17:34:23 -05:00
Update payment.rb
This commit is contained in:
@@ -48,11 +48,11 @@ class Payment
|
||||
|
||||
payment.total = @total_amount
|
||||
|
||||
begin
|
||||
#begin
|
||||
Qbo.get_base(:payment).service.update(payment)
|
||||
rescue Exception => e
|
||||
@errors.add(e.message)
|
||||
end
|
||||
#rescue Exception => e
|
||||
# @errors.add(e.message)
|
||||
#end
|
||||
end
|
||||
|
||||
def save!
|
||||
|
||||
Reference in New Issue
Block a user