Skip to content

Commit

Permalink
Merge pull request #63 from camsys/quarter1
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mathmerized authored Mar 26, 2019
2 parents c9088bf + da37ceb commit 439aac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/jobs/asset_depreciation_expense_update_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def run
asset_klass.not_in_transfer.where.not(current_depreciation_date: Policy.first.current_depreciation_date).each do |a|
asset = asset_klass.get_typed_asset(a)
asset.update_asset_book_value
asset.save(validate: false)
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/transam_accounting/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TransamAccounting
VERSION = "2.5.0"
VERSION = "2.5.1"
end

0 comments on commit 439aac1

Please sign in to comment.