gd_bam 0.1.23 → 0.1.24

Sign up to get free protection for your applications and to get access to all the features.
data/lib/bam/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bam
2
- VERSION = '0.1.23'
2
+ VERSION = '0.1.24'
3
3
  end
@@ -465,7 +465,7 @@ HEREDOC
465
465
  taps_with_history.concat([tap])
466
466
  selects = selects.concat([{
467
467
  :object => sf_object,
468
- :query => "SELECT Id, #{f}, SystemModstamp FROM #{sf_object}",
468
+ :query => (field[:multi_currency] ? "SELECT Id, convertCurrency(#{f}), SystemModstamp FROM #{sf_object}" : "SELECT Id, #{f}, SystemModstamp FROM #{sf_object}"),
469
469
  :mapping => "{\"xmlFieldsMapping\":{\"xmlFields\":[
470
470
  {\"xmlFieldMapping\":{\"name\":\"#{f}\",\"label\":\"#{f}\",\"xmlPath\":\"#{f}\",\"metadataField\":\"Value\"}},
471
471
  {\"xmlFieldMapping\":{\"name\":\"SystemModstamp\",\"label\":\"SystemModstamp\",\"xmlPath\":\"SystemModstamp\",\"metadataField\":\"Timestamp\"}},
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gd_bam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: