oddb2xml 1.5.8 → 1.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,7 @@
1
+ === 1.5.9 / 10.07.2013
2
+
3
+ * Add PRODNO to article.xml
4
+
1
5
  === 1.5.8 / 09.07.2013
2
6
 
3
7
  * Update to add grouped fi with No5 into oddb_fi.xml
@@ -560,6 +560,9 @@ module Oddb2xml
560
560
  xml.SMNO no8.to_s
561
561
  end
562
562
  end
563
+ if ppac
564
+ xml.PRODNO ppac[:prodno] if ppac[:prodno] and !ppac[:prodno].empty?
565
+ end
563
566
  #xml.HOSPCD
564
567
  #xml.CLINCD
565
568
  #xml.ARTTYP
@@ -1,3 +1,3 @@
1
1
  module Oddb2xml
2
- VERSION = "1.5.8"
2
+ VERSION = "1.5.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oddb2xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.8
4
+ version: 1.5.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-09 00:00:00.000000000 Z
12
+ date: 2013-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubyzip