eancom 1.5.2 → 1.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/definitions/segments/imd.rb +16 -0
- data/lib/eancom/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d853116bd905dabb24c927d8ee0bee2cb59bfe46becc50680d71f55354d31626
|
4
|
+
data.tar.gz: 3975843d777b84f24826be8aa8c7288bdd01dbb36253633da2ea8c11ab62d558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73688e62d1e3e6704b169f9d299da9a4c78af20f4cbbba520298e128b18861cd5fd1b0d3e9e416d4e1479be96c7cf77cdb94029060fb6fd32b59feadab51407e
|
7
|
+
data.tar.gz: 9f0cb4f52529a9c575f599ba81db8b5ca81168516c45f63e8b3577fb401d7dc05dbd97b93042a7e241fd4d6d3df014eede3d69c67bcc8e906f44a12c49a2c26b
|
data/definitions/segments/imd.rb
CHANGED
@@ -149,6 +149,22 @@ item_characteristic_code = Eancom::Edifact::Data.new(
|
|
149
149
|
description: 'Season code',
|
150
150
|
identifier: 'season_code'
|
151
151
|
},
|
152
|
+
'SPR' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
|
153
|
+
description: 'Bliss Season Name',
|
154
|
+
identifier: 'bliss_season_name'
|
155
|
+
},
|
156
|
+
'SMR' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
|
157
|
+
description: 'Bliss Season Name',
|
158
|
+
identifier: 'bliss_season_name'
|
159
|
+
},
|
160
|
+
'AUT' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
|
161
|
+
description: 'Bliss Season Name',
|
162
|
+
identifier: 'bliss_season_name'
|
163
|
+
},
|
164
|
+
'WNT' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
|
165
|
+
description: 'Bliss Season Name',
|
166
|
+
identifier: 'bliss_season_name'
|
167
|
+
},
|
152
168
|
},
|
153
169
|
description: "Item characteristic code",
|
154
170
|
required: true
|
data/lib/eancom/version.rb
CHANGED